#8D2151

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

Shades of Rose Bud Cherry #8D2151

Tints of Rose Bud Cherry #8D2151

Color information

#8D2151 (or 0x8D2151) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 21 and 51. RGB value is (141,33,81). Sum of RGB (Red+Green+Blue) = 141+33+81=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2151 is #72DEAE. Grayscale: #464646. Windows color (decimal): -7528111 or 5317005. OLE color: 5317005.

HSL color Cylindrical-coordinate representation of color #8D2151: hue angle of 333.33º degrees, saturation: 0.62, 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 #8D2151 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1413381-
CMYK00.770.430.45
HSL333.33º62.07%34.12%-
HSV(B)333.33º76.6%55.29%-
XYZ13.017.348.52-
YUV70.76133.78178.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=55.29%
G=12.94%
B=31.76%

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
Decimal141338100.770.430.45333.3362.0734.12
Hex8D215104D2B2D14d3e22
Octal21541121011553555157642
Binary10001101100001101000101001101101011101101101001101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,81); }

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

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

 a { background-color: rgb(141,33,81); }

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

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

 span { border-color: rgb(141,33,81); }

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