#852759

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

Shades of Rose Bud Cherry #852759

Tints of Rose Bud Cherry #852759

Color information

#852759 (or 0x852759) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 27 and 59. RGB value is (133,39,89). Sum of RGB (Red+Green+Blue) = 133+39+89=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #852759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852759 is #7AD8A6. Grayscale: #484848. Windows color (decimal): -8050855 or 5842821. OLE color: 5842821.

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

Color convert

RGB1333989-
CMYK00.710.330.48
HSL328.09º54.65%33.73%-
HSV(B)328.09º70.68%52.16%-
XYZ12.27.1610.19-
YUV72.81137.14170.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=50.96%
G=14.94%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133398900.710.330.48328.0954.6533.73
Hex85275904721301483722
Octal20547131010741605106742
Binary10000101100111101100101000111100001110000101001000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852759; }

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

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

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

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

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

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

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

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