#8C1C5C

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

Shades of Rose Bud Cherry #8C1C5C

Tints of Rose Bud Cherry #8C1C5C

Color information

#8C1C5C (or 0x8C1C5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1C and 5C. RGB value is (140,28,92). Sum of RGB (Red+Green+Blue) = 140+28+92=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C5C is #73E3A3. Grayscale: #444444. Windows color (decimal): -7594916 or 6036620. OLE color: 6036620.

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

Color convert

RGB1402892-
CMYK00.800.340.45
HSL325.71º66.67%32.94%-
HSV(B)325.71º80%54.9%-
XYZ13.167.1810.82-
YUV68.78141.11178.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=53.85%
G=10.77%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140289200.800.340.45325.7166.6732.94
Hex8C1C5C050222D1464321
Octal214341340120425550610341
Binary10001100111001011100010100001000101011011010001101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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