#85245A

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

Shades of Rose Bud Cherry #85245A

Tints of Rose Bud Cherry #85245A

Color information

#85245A (or 0x85245A) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 24 and 5A. RGB value is (133,36,90). Sum of RGB (Red+Green+Blue) = 133+36+90=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85245A is #7ADBA5. Grayscale: #474747. Windows color (decimal): -8051622 or 5907589. OLE color: 5907589.

HSL color Cylindrical-coordinate representation of color #85245A: hue angle of 326.6º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85245A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1333690-
CMYK00.730.320.48
HSL326.6º57.4%33.14%-
HSV(B)326.6º72.93%52.16%-
XYZ12.156.9910.38-
YUV71.16138.64172.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=51.35%
G=13.90%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133369000.730.320.48326.657.433.14
Hex85245A04920301473921
Octal20544132011140605077141
Binary10000101100100101101001001001100000110000101000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85245A; }

 p { color: rgb(133,36,90); }

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

<style>
 a { background-color: #85245A; }

 a { background-color: rgb(133,36,90); }

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

<style>
 span { border-color: #85245A; }

 span { border-color: rgb(133,36,90); }

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