#8F3064

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

Shades of Rose Bud Cherry #8F3064

Tints of Rose Bud Cherry #8F3064

Color information

#8F3064 (or 0x8F3064) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 30 and 64. RGB value is (143,48,100). Sum of RGB (Red+Green+Blue) = 143+48+100=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3064 is #70CF9B. Grayscale: #525252. Windows color (decimal): -7393180 or 6566031. OLE color: 6566031.

HSL color Cylindrical-coordinate representation of color #8F3064: hue angle of 327.16º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3064 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14348100-
CMYK00.660.300.44
HSL327.16º49.74%37.45%-
HSV(B)327.16º66.43%56.08%-
XYZ14.688.8713-
YUV82.33137.97171.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.14%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=49.14%
G=16.49%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434810000.660.300.44327.1649.7437.45
Hex8F30640421E2C1473225
Octal21760144010236545076245
Binary1000111111000011001000100001011110101100101000111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,100); }

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

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

 a { background-color: rgb(143,48,100); }

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

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

 span { border-color: rgb(143,48,100); }

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