Html Css Color HEX #59282C Jazz

📋 copy color: '#59282C'

red 89 ◦ green 40 ◦ blue 44

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

Shades of Jazz #59282C

Tints of Jazz #59282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.12%

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 51.45%
G = 23.12%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59282C (or 0x59282C) is known color: Jazz. HEX triplet: 59, 28 and 2C. RGB value is (89,40,44). Sum of RGB (Red+Green+Blue) = 89+40+44=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282C is #A6D7D3. Grayscale: #373737. Windows color (decimal): -10934228 or 2893913. OLE color: 2893913.

HSL color Cylindrical-coordinate representation of color #59282C: hue angle of 355.1º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59282C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 40 44 -
CMYK 0 0.55 0.51 0.65
HSL 355.1º 0.38% 0.25% -
HSV(B) 355.1º 0.55% 0.35% -
XYZ 5.33 3.82 2.84 -
YUV 55.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 89 40 44 0 0.55 0.51 0.65 355.1 0.38 0.25
Hex 59 28 2C 0 37 33 41 163 26 19
Octal 131 50 54 0 67 63 101 543 46 31
Binary 1011001 101000 101100 0 110111 110011 1000001 101100011 100110 11001

Color Harmonies of #59282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59282C

Black with #59282C

Text Example


Text Example

White with #59282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59282C; }

 p { color: rgb(89,40,44); }

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

background-color css

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

 a { background-color: rgb(89,40,44); }

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

border-color css

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

 span { border-color: rgb(89,40,44); }

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