#852557

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

Shades of Rose Bud Cherry #852557

Tints of Rose Bud Cherry #852557

Color information

#852557 (or 0x852557) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 25 and 57. RGB value is (133,37,87). Sum of RGB (Red+Green+Blue) = 133+37+87=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852557 is #7ADAA8. Grayscale: #474747. Windows color (decimal): -8051369 or 5711237. OLE color: 5711237.

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

Color convert

RGB1333787-
CMYK00.720.350.48
HSL328.75º56.47%33.33%-
HSV(B)328.75º72.18%52.16%-
XYZ12.0579.73-
YUV71.4136.8171.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=51.75%
G=14.40%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133378700.720.350.48328.7556.4733.33
Hex85255704823301493821
Octal20545127011043605117041
Binary10000101100101101011101001000100011110000101001001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852557; }

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

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

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

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

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

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

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

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