#852559

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

Shades of Rose Bud Cherry #852559

Tints of Rose Bud Cherry #852559

Color information

#852559 (or 0x852559) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 25 and 59. RGB value is (133,37,89). Sum of RGB (Red+Green+Blue) = 133+37+89=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #852559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852559 is #7ADAA6. Grayscale: #474747. Windows color (decimal): -8051367 or 5842309. OLE color: 5842309.

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

Color convert

RGB1333789-
CMYK00.720.330.48
HSL327.5º56.47%33.33%-
HSV(B)327.5º72.18%52.16%-
XYZ12.147.0310.17-
YUV71.63137.8171.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=51.35%
G=14.29%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133378900.720.330.48327.556.4733.33
Hex85255904821301483821
Octal20545131011041605107041
Binary10000101100101101100101001000100001110000101001000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852559; }

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

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

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

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

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

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

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

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