#8D224F

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

Shades of Rose Bud Cherry #8D224F

Tints of Rose Bud Cherry #8D224F

Color information

#8D224F (or 0x8D224F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 22 and 4F. RGB value is (141,34,79). Sum of RGB (Red+Green+Blue) = 141+34+79=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D224F is #72DDB0. Grayscale: #474747. Windows color (decimal): -7527857 or 5186189. OLE color: 5186189.

HSL color Cylindrical-coordinate representation of color #8D224F: hue angle of 334.77º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D224F is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1413479-
CMYK00.760.440.45
HSL334.77º61.14%34.31%-
HSV(B)334.77º75.89%55.29%-
XYZ12.977.378.14-
YUV71.12132.45177.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=55.51%
G=13.39%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141347900.760.440.45334.7761.1434.31
Hex8D224F04C2C2D14f3d22
Octal21542117011454555177542
Binary10001101100010100111101001100101100101101101001111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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