#593031

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

Shades of Jazz #593031

Tints of Jazz #593031

Color information

#593031 (or 0x593031) is unknown color: approx Jazz. HEX triplet: 59, 30 and 31. RGB value is (89,48,49). Sum of RGB (Red+Green+Blue) = 89+48+49=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #593031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593031 is #A6CFCE. Grayscale: #3C3C3C. Windows color (decimal): -10932175 or 3223641. OLE color: 3223641.

HSL color Cylindrical-coordinate representation of color #593031: hue angle of 358.54º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593031 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB894849-
CMYK00.460.450.65
HSL358.54º29.93%26.86%-
HSV(B)358.54º46.07%34.9%-
XYZ5.734.463.46-
YUV60.37121.58148.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=47.85%
G=25.81%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89484900.460.450.65358.5429.9326.86
Hex59303102E2D411671e1b
Octal1316061056551015473633
Binary1011001110000110001010111010110110000011011001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593031; }

 p { color: rgb(89,48,49); }

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

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

 a { background-color: rgb(89,48,49); }

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

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

 span { border-color: rgb(89,48,49); }

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