#8D3156

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

Shades of Rose Bud Cherry #8D3156

Tints of Rose Bud Cherry #8D3156

Color information

#8D3156 (or 0x8D3156) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 31 and 56. RGB value is (141,49,86). Sum of RGB (Red+Green+Blue) = 141+49+86=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3156 is #72CEA9. Grayscale: #505050. Windows color (decimal): -7524010 or 5648781. OLE color: 5648781.

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

Color convert

RGB1414986-
CMYK00.650.390.45
HSL335.87º48.42%37.25%-
HSV(B)335.87º65.25%55.29%-
XYZ13.768.539.73-
YUV80.73130.98170.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=51.09%
G=17.75%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141498600.650.390.45335.8748.4237.25
Hex8D3156041272D1503025
Octal21561126010147555206045
Binary10001101110001101011001000001100111101101101010000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,86); }

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

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

 a { background-color: rgb(141,49,86); }

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

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

 span { border-color: rgb(141,49,86); }

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