#852356

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

Shades of Rose Bud Cherry #852356

Tints of Rose Bud Cherry #852356

Color information

#852356 (or 0x852356) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 23 and 56. RGB value is (133,35,86). Sum of RGB (Red+Green+Blue) = 133+35+86=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852356 is #7ADCA9. Grayscale: #464646. Windows color (decimal): -8051882 or 5645189. OLE color: 5645189.

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

Color convert

RGB1333586-
CMYK00.740.350.48
HSL328.78º58.33%32.94%-
HSV(B)328.78º73.68%52.16%-
XYZ11.956.869.5-
YUV70.12136.97172.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=52.36%
G=13.78%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133358600.740.350.48328.7858.3332.94
Hex85235604A23301493a21
Octal20543126011243605117241
Binary10000101100011101011001001010100011110000101001001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852356; }

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

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

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

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

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

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

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

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