#852D56

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

Shades of Rose Bud Cherry #852D56

Tints of Rose Bud Cherry #852D56

Color information

#852D56 (or 0x852D56) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 56. RGB value is (133,45,86). Sum of RGB (Red+Green+Blue) = 133+45+86=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #852D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D56 is #7AD2A9. Grayscale: #4B4B4B. Windows color (decimal): -8049322 or 5647749. OLE color: 5647749.

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

Color convert

RGB1334586-
CMYK00.660.350.48
HSL332.05º49.44%34.9%-
HSV(B)332.05º66.17%52.16%-
XYZ12.297.549.61-
YUV75.99133.65168.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=50.38%
G=17.05%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133458600.660.350.48332.0549.4434.9
Hex852D56042233014c3123
Octal20555126010243605146143
Binary10000101101101101011001000010100011110000101001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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