Html Css Color HEX #59282D Jazz

📋 copy color: '#59282D'

red 89 ◦ green 40 ◦ blue 45

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

Shades of Jazz #59282D

Tints of Jazz #59282D

RGB

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

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

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

R = 51.15%
G = 22.99%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59282D (or 0x59282D) is known color: Jazz. HEX triplet: 59, 28 and 2D. RGB value is (89,40,45). Sum of RGB (Red+Green+Blue) = 89+40+45=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282D is #A6D7D2. Grayscale: #373737. Windows color (decimal): -10934227 or 2959449. OLE color: 2959449.

HSL color Cylindrical-coordinate representation of color #59282D: hue angle of 353.88º 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 #59282D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 40 45 -
CMYK 0 0.55 0.49 0.65
HSL 353.88º 0.38% 0.25% -
HSV(B) 353.88º 0.55% 0.35% -
XYZ 5.35 3.83 2.94 -
YUV 55.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 89 40 45 0 0.55 0.49 0.65 353.88 0.38 0.25
Hex 59 28 2D 0 37 31 41 162 26 19
Octal 131 50 55 0 67 61 101 542 46 31
Binary 1011001 101000 101101 0 110111 110001 1000001 101100010 100110 11001

Color Harmonies of #59282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59282D

Black with #59282D

Text Example


Text Example

White with #59282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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