#85224F

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

Shades of Rose Bud Cherry #85224F

Tints of Rose Bud Cherry #85224F

Color information

#85224F (or 0x85224F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 22 and 4F. RGB value is (133,34,79). Sum of RGB (Red+Green+Blue) = 133+34+79=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85224F is #7ADDB0. Grayscale: #444444. Windows color (decimal): -8052145 or 5186181. OLE color: 5186181.

HSL color Cylindrical-coordinate representation of color #85224F: hue angle of 332.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85224F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1333479-
CMYK00.740.410.48
HSL332.73º59.28%32.75%-
HSV(B)332.73º74.44%52.16%-
XYZ11.666.78.08-
YUV68.73133.8173.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=54.07%
G=13.82%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133347900.740.410.48332.7359.2832.75
Hex85224F04A293014d3b21
Octal20542117011251605157341
Binary10000101100010100111101001010101001110000101001101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85224F; }

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

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

<style>
 a { background-color: #85224F; }

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

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

<style>
 span { border-color: #85224F; }

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

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