#573132

Color #573132 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #573132

Tints of Jazz #573132

Color information

#573132 (or 0x573132) is unknown color: approx Jazz. HEX triplet: 57, 31 and 32. RGB value is (87,49,50). Sum of RGB (Red+Green+Blue) = 87+49+50=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #573132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573132 is #A8CECD. Grayscale: #3C3C3C. Windows color (decimal): -11062990 or 3289431. OLE color: 3289431.

HSL color Cylindrical-coordinate representation of color #573132: hue angle of 358.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573132 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB874950-
CMYK00.440.430.66
HSL358.42º27.94%26.67%-
HSV(B)358.42º43.68%34.12%-
XYZ5.64.453.58-
YUV60.48122.09146.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=46.77%
G=26.34%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87495000.440.430.66358.4227.9426.67
Hex57313202C2B421661c1b
Octal1276162054531025463433
Binary1010111110001110010010110010101110000101011001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573132; }

 p { color: rgb(87,49,50); }

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

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

 a { background-color: rgb(87,49,50); }

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

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

 span { border-color: rgb(87,49,50); }

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