#8D2D51

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

Shades of Rose Bud Cherry #8D2D51

Tints of Rose Bud Cherry #8D2D51

Color information

#8D2D51 (or 0x8D2D51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 2D and 51. RGB value is (141,45,81). Sum of RGB (Red+Green+Blue) = 141+45+81=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D51 is #72D2AE. Grayscale: #4D4D4D. Windows color (decimal): -7525039 or 5320077. OLE color: 5320077.

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

Color convert

RGB1414581-
CMYK00.680.430.45
HSL337.5º51.61%36.47%-
HSV(B)337.5º68.09%55.29%-
XYZ13.418.138.65-
YUV77.81129.8173.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=52.81%
G=16.85%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141458100.680.430.45337.551.6136.47
Hex8D2D510442B2D1523424
Octal21555121010453555226444
Binary10001101101101101000101000100101011101101101010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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