Html Css Color HEX #59292D Jazz

📋 copy color: '#59292D'

red 89 ◦ green 41 ◦ blue 45

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

Shades of Jazz #59292D

Tints of Jazz #59292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 50.86%
G = 23.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59292D (or 0x59292D) is known color: Jazz. HEX triplet: 59, 29 and 2D. RGB value is (89,41,45). Sum of RGB (Red+Green+Blue) = 89+41+45=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59292D is #A6D6D2. Grayscale: #373737. Windows color (decimal): -10933971 or 2959705. OLE color: 2959705.

HSL color Cylindrical-coordinate representation of color #59292D: hue angle of 355º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59292D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 45 -
CMYK 0 0.54 0.49 0.65
HSL 355º 0.37% 0.25% -
HSV(B) 355º 0.54% 0.35% -
XYZ 5.39 3.9 2.95 -
YUV 55.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 89 41 45 0 0.54 0.49 0.65 355 0.37 0.25
Hex 59 29 2D 0 36 31 41 163 25 19
Octal 131 51 55 0 66 61 101 543 45 31
Binary 1011001 101001 101101 0 110110 110001 1000001 101100011 100101 11001

Color Harmonies of #59292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59292D

Black with #59292D

Text Example


Text Example

White with #59292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59292D; }

 p { color: rgb(89,41,45); }

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

background-color css

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

 a { background-color: rgb(89,41,45); }

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

border-color css

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

 span { border-color: rgb(89,41,45); }

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