#8C2B58

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

Shades of Rose Bud Cherry #8C2B58

Tints of Rose Bud Cherry #8C2B58

Color information

#8C2B58 (or 0x8C2B58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 2B and 58. RGB value is (140,43,88). Sum of RGB (Red+Green+Blue) = 140+43+88=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B58 is #73D4A7. Grayscale: #4D4D4D. Windows color (decimal): -7591080 or 5778316. OLE color: 5778316.

HSL color Cylindrical-coordinate representation of color #8C2B58: hue angle of 332.16º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B58 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1404388-
CMYK00.690.370.45
HSL332.16º53.01%35.88%-
HSV(B)332.16º69.29%54.9%-
XYZ13.448.0110.07-
YUV77.13134.14172.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=51.66%
G=15.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140438800.690.370.45332.1653.0135.88
Hex8C2B58045252D14c3524
Octal21453130010545555146544
Binary10001100101011101100001000101100101101101101001100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,43,88); }

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

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

 a { background-color: rgb(140,43,88); }

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

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

 span { border-color: rgb(140,43,88); }

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