#85245B

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

Shades of Rose Bud Cherry #85245B

Tints of Rose Bud Cherry #85245B

Color information

#85245B (or 0x85245B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 24 and 5B. RGB value is (133,36,91). Sum of RGB (Red+Green+Blue) = 133+36+91=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85245B is #7ADBA4. Grayscale: #474747. Windows color (decimal): -8051621 or 5973125. OLE color: 5973125.

HSL color Cylindrical-coordinate representation of color #85245B: hue angle of 325.98º 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 #85245B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1333691-
CMYK00.730.320.48
HSL325.98º57.4%33.14%-
HSV(B)325.98º72.93%52.16%-
XYZ12.19710.61-
YUV71.27139.14172.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 91 (35.94% from 255) = 35%
R=51.15%
G=13.85%
B=35%

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
Decimal133369100.730.320.48325.9857.433.14
Hex85245B04920301463921
Octal20544133011140605067141
Binary10000101100100101101101001001100000110000101000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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