#85225C

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

Shades of Rose Bud Cherry #85225C

Tints of Rose Bud Cherry #85225C

Color information

#85225C (or 0x85225C) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 22 and 5C. RGB value is (133,34,92). Sum of RGB (Red+Green+Blue) = 133+34+92=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225C is #7ADDA3. Grayscale: #464646. Windows color (decimal): -8052132 or 6038149. OLE color: 6038149.

HSL color Cylindrical-coordinate representation of color #85225C: hue angle of 324.85º 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 #85225C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1333492-
CMYK00.740.310.48
HSL324.85º59.28%32.75%-
HSV(B)324.85º74.44%52.16%-
XYZ12.186.910.82-
YUV70.21140.3172.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=51.35%
G=13.13%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133349200.740.310.48324.8559.2832.75
Hex85225C04A1F301453b21
Octal20542134011237605057341
Binary1000010110001010111000100101011111110000101000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85225C; }

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

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

<style>
 a { background-color: #85225C; }

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

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

<style>
 span { border-color: #85225C; }

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

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