Html Css Color HEX #593335 Jazz

📋 copy color: '#593335'

red 89 ◦ green 51 ◦ blue 53

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

Shades of Jazz #593335

Tints of Jazz #593335

RGB

 RED value IS 89 (35.16% from 255) = 46.11%

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 46.11%
G = 26.42%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#593335 (or 0x593335) is known color: Jazz. HEX triplet: 59, 33 and 35. RGB value is (89,51,53). Sum of RGB (Red+Green+Blue) = 89+51+53=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #593335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593335 is #A6CCCA. Grayscale: #3E3E3E. Windows color (decimal): -10931403 or 3486553. OLE color: 3486553.

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

Color convert

RGB 89 51 53 -
CMYK 0 0.43 0.40 0.65
HSL 356.84º 0.27% 0.27% -
HSV(B) 356.84º 0.43% 0.35% -
XYZ 5.95 4.75 3.97 -
YUV 62.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 89 51 53 0 0.43 0.40 0.65 356.84 0.27 0.27
Hex 59 33 35 0 2B 28 41 165 1B 1B
Octal 131 63 65 0 53 50 101 545 33 33
Binary 1011001 110011 110101 0 101011 101000 1000001 101100101 11011 11011

Color Harmonies of #593335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593335

Black with #593335

Text Example


Text Example

White with #593335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593335; }

 p { color: rgb(89,51,53); }

 H1.HeaderClassName
 {
   color: #593335;
 }
 .AnyTagClassName
 {
   color: #593335;
 }
</style>

background-color css

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

 a { background-color: rgb(89,51,53); }

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

border-color css

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

 span { border-color: rgb(89,51,53); }

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