#852459

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

Shades of Rose Bud Cherry #852459

Tints of Rose Bud Cherry #852459

Color information

#852459 (or 0x852459) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 24 and 59. RGB value is (133,36,89). Sum of RGB (Red+Green+Blue) = 133+36+89=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #852459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852459 is #7ADBA6. Grayscale: #464646. Windows color (decimal): -8051623 or 5842053. OLE color: 5842053.

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

Color convert

RGB1333689-
CMYK00.730.330.48
HSL327.22º57.4%33.14%-
HSV(B)327.22º72.93%52.16%-
XYZ12.116.9710.16-
YUV71.04138.14172.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=51.55%
G=13.95%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133368900.730.330.48327.2257.433.14
Hex85245904921301473921
Octal20544131011141605077141
Binary10000101100100101100101001001100001110000101000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852459; }

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

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

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

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

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

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

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

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