Html Css Color HEX #593031 Jazz

📋 copy color: '#593031'

red 89 ◦ green 48 ◦ blue 49

#593031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #593031

Tints of Jazz #593031

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 value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#593031 (or 0x593031) is known color: 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

RGB 89 48 49 -
CMYK 0 0.46 0.45 0.65
HSL 358.54º 0.3% 0.27% -
HSV(B) 358.54º 0.46% 0.35% -
XYZ 5.73 4.46 3.46 -
YUV 60.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 89 48 49 0 0.46 0.45 0.65 358.54 0.3 0.27
Hex 59 30 31 0 2E 2D 41 167 1E 1B
Octal 131 60 61 0 56 55 101 547 36 33
Binary 1011001 110000 110001 0 101110 101101 1000001 101100111 11110 11011

Color Harmonies of #593031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593031

Black with #593031

Text Example


Text Example

White with #593031

Text Example


Text Example

HTML Codes & Css Web 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>