#852F56

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

Shades of Rose Bud Cherry #852F56

Tints of Rose Bud Cherry #852F56

Color information

#852F56 (or 0x852F56) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2F and 56. RGB value is (133,47,86). Sum of RGB (Red+Green+Blue) = 133+47+86=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F56 is #7AD0A9. Grayscale: #4D4D4D. Windows color (decimal): -8048810 or 5648261. OLE color: 5648261.

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

Color convert

RGB1334786-
CMYK00.650.350.48
HSL332.79º47.78%35.29%-
HSV(B)332.79º64.66%52.16%-
XYZ12.377.699.64-
YUV77.16132.99167.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=50%
G=17.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133478600.650.350.48332.7947.7835.29
Hex852F56041233014d3023
Octal20557126010143605156043
Binary10000101101111101011001000001100011110000101001101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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