#852D59

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

Shades of Rose Bud Cherry #852D59

Tints of Rose Bud Cherry #852D59

Color information

#852D59 (or 0x852D59) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 59. RGB value is (133,45,89). Sum of RGB (Red+Green+Blue) = 133+45+89=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #852D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D59 is #7AD2A6. Grayscale: #4C4C4C. Windows color (decimal): -8049319 or 5844357. OLE color: 5844357.

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

Color convert

RGB1334589-
CMYK00.660.330.48
HSL330º49.44%34.9%-
HSV(B)330º66.17%52.16%-
XYZ12.417.5810.26-
YUV76.33135.15168.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=49.81%
G=16.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133458900.660.330.4833049.4434.9
Hex852D59042213014a3123
Octal20555131010241605126143
Binary10000101101101101100101000010100001110000101001010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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