#85225E

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

Shades of Rose Bud Cherry #85225E

Tints of Rose Bud Cherry #85225E

Color information

#85225E (or 0x85225E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 22 and 5E. RGB value is (133,34,94). Sum of RGB (Red+Green+Blue) = 133+34+94=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225E is #7ADDA1. Grayscale: #464646. Windows color (decimal): -8052130 or 6169221. OLE color: 6169221.

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

Color convert

RGB1333494-
CMYK00.740.290.48
HSL323.64º59.28%32.75%-
HSV(B)323.64º74.44%52.16%-
XYZ12.276.9411.28-
YUV70.44141.3172.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=50.96%
G=13.03%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133349400.740.290.48323.6459.2832.75
Hex85225E04A1D301443b21
Octal20542136011235605047341
Binary1000010110001010111100100101011101110000101000100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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