#852357

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

Shades of Rose Bud Cherry #852357

Tints of Rose Bud Cherry #852357

Color information

#852357 (or 0x852357) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 23 and 57. RGB value is (133,35,87). Sum of RGB (Red+Green+Blue) = 133+35+87=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852357 is #7ADCA8. Grayscale: #464646. Windows color (decimal): -8051881 or 5710725. OLE color: 5710725.

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

Color convert

RGB1333587-
CMYK00.740.350.48
HSL328.16º58.33%32.94%-
HSV(B)328.16º73.68%52.16%-
XYZ11.996.889.71-
YUV70.23137.47172.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=52.16%
G=13.73%
B=34.12%

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
Decimal133358700.740.350.48328.1658.3332.94
Hex85235704A23301483a21
Octal20543127011243605107241
Binary10000101100011101011101001010100011110000101001000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852357; }

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

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

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

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

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

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

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

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