#852057

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

Shades of Rose Bud Cherry #852057

Tints of Rose Bud Cherry #852057

Color information

#852057 (or 0x852057) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 57. RGB value is (133,32,87). Sum of RGB (Red+Green+Blue) = 133+32+87=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852057 is #7ADFA8. Grayscale: #444444. Windows color (decimal): -8052649 or 5709957. OLE color: 5709957.

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

Color convert

RGB1333287-
CMYK00.760.350.48
HSL327.33º61.21%32.35%-
HSV(B)327.33º75.94%52.16%-
XYZ11.916.719.68-
YUV68.47138.46174.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=52.78%
G=12.70%
B=34.52%

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
Decimal133328700.760.350.48327.3361.2132.35
Hex85205704C23301473d20
Octal20540127011443605077540
Binary10000101100000101011101001100100011110000101000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852057; }

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

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

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

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

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

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

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

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