#8C2B62

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

Shades of Rose Bud Cherry #8C2B62

Tints of Rose Bud Cherry #8C2B62

Color information

#8C2B62 (or 0x8C2B62) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 2B and 62. RGB value is (140,43,98). Sum of RGB (Red+Green+Blue) = 140+43+98=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B62 is #73D49D. Grayscale: #4E4E4E. Windows color (decimal): -7591070 or 6433676. OLE color: 6433676.

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

Color convert

RGB1404398-
CMYK00.690.30.45
HSL325.98º53.01%35.88%-
HSV(B)325.98º69.29%54.9%-
XYZ13.888.1912.4-
YUV78.27139.14172.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=49.82%
G=15.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140439800.690.30.45325.9853.0135.88
Hex8C2B620451E2D1463524
Octal21453142010536555066544
Binary1000110010101111000100100010111110101101101000110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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