#852056

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

Shades of Rose Bud Cherry #852056

Tints of Rose Bud Cherry #852056

Color information

#852056 (or 0x852056) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 56. RGB value is (133,32,86). Sum of RGB (Red+Green+Blue) = 133+32+86=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #852056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852056 is #7ADFA9. Grayscale: #444444. Windows color (decimal): -8052650 or 5644421. OLE color: 5644421.

HSL color Cylindrical-coordinate representation of color #852056: hue angle of 327.92º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852056 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1333286-
CMYK00.760.350.48
HSL327.92º61.21%32.35%-
HSV(B)327.92º75.94%52.16%-
XYZ11.876.699.47-
YUV68.35137.96174.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=52.99%
G=12.75%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133328600.760.350.48327.9261.2132.35
Hex85205604C23301483d20
Octal20540126011443605107540
Binary10000101100000101011001001100100011110000101001000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852056; }

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

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

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

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

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

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

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

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