#8C2C5D

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

Shades of Rose Bud Cherry #8C2C5D

Tints of Rose Bud Cherry #8C2C5D

Color information

#8C2C5D (or 0x8C2C5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 2C and 5D. RGB value is (140,44,93). Sum of RGB (Red+Green+Blue) = 140+44+93=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2C5D is #73D3A2. Grayscale: #4E4E4E. Windows color (decimal): -7590819 or 6106252. OLE color: 6106252.

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

Color convert

RGB1404493-
CMYK00.690.340.45
HSL329.38º52.17%36.08%-
HSV(B)329.38º68.57%54.9%-
XYZ13.698.1711.21-
YUV78.29136.3172.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.54%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=50.54%
G=15.88%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140449300.690.340.45329.3852.1736.08
Hex8C2C5D045222D1493424
Octal21454135010542555116444
Binary10001100101100101110101000101100010101101101001001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,93); }

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

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

 a { background-color: rgb(140,44,93); }

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

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

 span { border-color: rgb(140,44,93); }

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