#852D52

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

Shades of Rose Bud Cherry #852D52

Tints of Rose Bud Cherry #852D52

Color information

#852D52 (or 0x852D52) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 52. RGB value is (133,45,82). Sum of RGB (Red+Green+Blue) = 133+45+82=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D52 is #7AD2AD. Grayscale: #4B4B4B. Windows color (decimal): -8049326 or 5385605. OLE color: 5385605.

HSL color Cylindrical-coordinate representation of color #852D52: hue angle of 334.77º 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 #852D52 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1334582-
CMYK00.660.380.48
HSL334.77º49.44%34.9%-
HSV(B)334.77º66.17%52.16%-
XYZ12.137.478.79-
YUV75.53131.65168.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=51.15%
G=17.31%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133458200.660.380.48334.7749.4434.9
Hex852D52042263014f3123
Octal20555122010246605176143
Binary10000101101101101001001000010100110110000101001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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