#8C1C59

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

Shades of Rose Bud Cherry #8C1C59

Tints of Rose Bud Cherry #8C1C59

Color information

#8C1C59 (or 0x8C1C59) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1C and 59. RGB value is (140,28,89). Sum of RGB (Red+Green+Blue) = 140+28+89=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C59 is #73E3A6. Grayscale: #444444. Windows color (decimal): -7594919 or 5840012. OLE color: 5840012.

HSL color Cylindrical-coordinate representation of color #8C1C59: hue angle of 327.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C59 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1402889-
CMYK00.800.360.45
HSL327.32º66.67%32.94%-
HSV(B)327.32º80%54.9%-
XYZ13.037.1310.14-
YUV68.44139.61179.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=54.47%
G=10.89%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140288900.800.360.45327.3266.6732.94
Hex8C1C59050242D1474321
Octal214341310120445550710341
Binary10001100111001011001010100001001001011011010001111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,89); }

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

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

 a { background-color: rgb(140,28,89); }

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

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

 span { border-color: rgb(140,28,89); }

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