#832E57

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

Shades of Rose Bud Cherry #832E57

Tints of Rose Bud Cherry #832E57

Color information

#832E57 (or 0x832E57) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2E and 57. RGB value is (131,46,87). Sum of RGB (Red+Green+Blue) = 131+46+87=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E57 is #7CD1A8. Grayscale: #4C4C4C. Windows color (decimal): -8180137 or 5713539. OLE color: 5713539.

HSL color Cylindrical-coordinate representation of color #832E57: hue angle of 331.06º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E57 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1314687-
CMYK00.650.340.49
HSL331.06º48.02%34.71%-
HSV(B)331.06º64.89%51.37%-
XYZ12.067.479.82-
YUV76.09134.16167.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=49.62%
G=17.42%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131468700.650.340.49331.0648.0234.71
Hex832E57041223114b3023
Octal20356127010142615136043
Binary10000011101110101011101000001100010110001101001011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E57; }

 p { color: rgb(131,46,87); }

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

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

 a { background-color: rgb(131,46,87); }

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

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

 span { border-color: rgb(131,46,87); }

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