#573134

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

Shades of Jazz #573134

Tints of Jazz #573134

Color information

#573134 (or 0x573134) is unknown color: approx Jazz. HEX triplet: 57, 31 and 34. RGB value is (87,49,52). Sum of RGB (Red+Green+Blue) = 87+49+52=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #573134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573134 is #A8CECB. Grayscale: #3C3C3C. Windows color (decimal): -11062988 or 3420503. OLE color: 3420503.

HSL color Cylindrical-coordinate representation of color #573134: hue angle of 355.26º 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 #573134 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB874952-
CMYK00.440.400.66
HSL355.26º27.94%26.67%-
HSV(B)355.26º43.68%34.12%-
XYZ5.654.473.81-
YUV60.7123.09146.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=46.28%
G=26.06%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87495200.440.400.66355.2627.9426.67
Hex57313402C28421631c1b
Octal1276164054501025433433
Binary1010111110001110100010110010100010000101011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573134; }

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

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

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

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

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

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

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

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