#8F255E

Color #8F255E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8F255E

Tints of Rose Bud Cherry #8F255E

Color information

#8F255E (or 0x8F255E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 25 and 5E. RGB value is (143,37,94). Sum of RGB (Red+Green+Blue) = 143+37+94=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F255E is #70DAA1. Grayscale: #4B4B4B. Windows color (decimal): -7396002 or 6169999. OLE color: 6169999.

HSL color Cylindrical-coordinate representation of color #8F255E: hue angle of 327.74º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F255E is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1433794-
CMYK00.740.340.44
HSL327.74º58.89%35.29%-
HSV(B)327.74º74.13%56.08%-
XYZ14.017.9711.39-
YUV75.19138.62176.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 52.19%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=52.19%
G=13.50%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143379400.740.340.44327.7458.8935.29
Hex8F255E04A222C1483b23
Octal21745136011242545107343
Binary10001111100101101111001001010100010101100101001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F255E; }

 p { color: rgb(143,37,94); }

 H1.HeaderClassName
 {
   color: #8F255E;
 }
 .AnyTagClassName
 {
   color: #8F255E;
 }
</style>
background-color css

<style>
 a { background-color: #8F255E; }

 a { background-color: rgb(143,37,94); }

 div.DivClassName
 {
   background-color: #8F255E;
 }
 .BgClassName
 {
   background-color: #8F255E;
 }
</style>
border-color css

<style>
 span { border-color: #8F255E; }

 span { border-color: rgb(143,37,94); }

 td.TdClassName
 {
   border-color: #8F255E;
 }
 .TagClassName
 {
   border-color: #8F255E;
 }
</style>