#8C2050

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

Shades of Rose Bud Cherry #8C2050

Tints of Rose Bud Cherry #8C2050

Color information

#8C2050 (or 0x8C2050) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 20 and 50. RGB value is (140,32,80). Sum of RGB (Red+Green+Blue) = 140+32+80=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2050 is #73DFAF. Grayscale: #454545. Windows color (decimal): -7593904 or 5251212. OLE color: 5251212.

HSL color Cylindrical-coordinate representation of color #8C2050: hue angle of 333.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2050 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1403280-
CMYK00.770.430.45
HSL333.33º62.79%33.73%-
HSV(B)333.33º77.14%54.9%-
XYZ12.787.198.3-
YUV69.76133.78178.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=55.56%
G=12.70%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140328000.770.430.45333.3362.7933.73
Hex8C205004D2B2D14d3f22
Octal21440120011553555157742
Binary10001100100000101000001001101101011101101101001101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,32,80); }

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

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

 a { background-color: rgb(140,32,80); }

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

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

 span { border-color: rgb(140,32,80); }

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