#852157

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

Shades of Rose Bud Cherry #852157

Tints of Rose Bud Cherry #852157

Color information

#852157 (or 0x852157) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 21 and 57. RGB value is (133,33,87). Sum of RGB (Red+Green+Blue) = 133+33+87=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852157 is #7ADEA8. Grayscale: #444444. Windows color (decimal): -8052393 or 5710213. OLE color: 5710213.

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

Color convert

RGB1333387-
CMYK00.750.350.48
HSL327.6º60.24%32.55%-
HSV(B)327.6º75.19%52.16%-
XYZ11.946.769.69-
YUV69.06138.13173.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=52.57%
G=13.04%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133338700.750.350.48327.660.2432.55
Hex85215704B23301483c21
Octal20541127011343605107441
Binary10000101100001101011101001011100011110000101001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852157; }

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

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

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

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

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

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

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

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