#852f59

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

Shades of Rose Bud Cherry #852F59

Tints of Rose Bud Cherry #852F59

Color information

#852F59 (or 0x852F59) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2F and 59. RGB value is (133,47,89). Sum of RGB (Red+Green+Blue) = 133+47+89=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F59 is #7AD0A6. Grayscale: #4D4D4D. Windows color (decimal): -8048807 or 5844869. OLE color: 5844869.

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

Color convert

RGB1334789-
CMYK00.650.330.48
HSL330.7º47.78%35.29%-
HSV(B)330.7º64.66%52.16%-
XYZ12.497.7410.29-
YUV77.5134.49167.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=49.44%
G=17.47%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133478900.650.330.48330.747.7835.29
Hex852F59041213014b3023
Octal20557131010141605136043
Binary10000101101111101100101000001100001110000101001011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852f59; }

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

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

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

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

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

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

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

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