#573135

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

Shades of Jazz #573135

Tints of Jazz #573135

Color information

#573135 (or 0x573135) is unknown color: approx Jazz. HEX triplet: 57, 31 and 35. RGB value is (87,49,53). Sum of RGB (Red+Green+Blue) = 87+49+53=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #573135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573135 is #A8CECA. Grayscale: #3C3C3C. Windows color (decimal): -11062987 or 3486039. OLE color: 3486039.

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

Color convert

RGB874953-
CMYK00.440.390.66
HSL353.68º27.94%26.67%-
HSV(B)353.68º43.68%34.12%-
XYZ5.674.483.93-
YUV60.82123.59146.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=46.03%
G=25.93%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87495300.440.390.66353.6827.9426.67
Hex57313502C27421621c1b
Octal1276165054471025423433
Binary1010111110001110101010110010011110000101011000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573135; }

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

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

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

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

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

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

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

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