#8C1C57

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

Shades of Rose Bud Cherry #8C1C57

Tints of Rose Bud Cherry #8C1C57

Color information

#8C1C57 (or 0x8C1C57) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1C and 57. RGB value is (140,28,87). Sum of RGB (Red+Green+Blue) = 140+28+87=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C57 is #73E3A8. Grayscale: #444444. Windows color (decimal): -7594921 or 5708940. OLE color: 5708940.

HSL color Cylindrical-coordinate representation of color #8C1C57: hue angle of 328.39º 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 #8C1C57 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1402887-
CMYK00.800.380.45
HSL328.39º66.67%32.94%-
HSV(B)328.39º80%54.9%-
XYZ12.957.099.7-
YUV68.21138.61179.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=54.90%
G=10.98%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140288700.800.380.45328.3966.6732.94
Hex8C1C57050262D1484321
Octal214341270120465551010341
Binary10001100111001010111010100001001101011011010010001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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