#852D55

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

Shades of Rose Bud Cherry #852D55

Tints of Rose Bud Cherry #852D55

Color information

#852D55 (or 0x852D55) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 55. RGB value is (133,45,85). Sum of RGB (Red+Green+Blue) = 133+45+85=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #852D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D55 is #7AD2AA. Grayscale: #4B4B4B. Windows color (decimal): -8049323 or 5582213. OLE color: 5582213.

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

Color convert

RGB1334585-
CMYK00.660.360.48
HSL332.73º49.44%34.9%-
HSV(B)332.73º66.17%52.16%-
XYZ12.257.529.4-
YUV75.87133.15168.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=50.57%
G=17.11%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133458500.660.360.48332.7349.4434.9
Hex852D55042243014d3123
Octal20555125010244605156143
Binary10000101101101101010101000010100100110000101001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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