#8D204F

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

Shades of Rose Bud Cherry #8D204F

Tints of Rose Bud Cherry #8D204F

Color information

#8D204F (or 0x8D204F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 20 and 4F. RGB value is (141,32,79). Sum of RGB (Red+Green+Blue) = 141+32+79=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D204F is #72DFB0. Grayscale: #454545. Windows color (decimal): -7528369 or 5185677. OLE color: 5185677.

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

Color convert

RGB1413279-
CMYK00.770.440.45
HSL334.13º63.01%33.92%-
HSV(B)334.13º77.3%55.29%-
XYZ12.917.268.12-
YUV69.95133.11178.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=55.95%
G=12.70%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141327900.770.440.45334.1363.0133.92
Hex8D204F04D2C2D14e3f22
Octal21540117011554555167742
Binary10001101100000100111101001101101100101101101001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,79); }

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

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

 a { background-color: rgb(141,32,79); }

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

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

 span { border-color: rgb(141,32,79); }

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