Html Css Color HEX #59282B Jazz

📋 copy color: '#59282B'

red 89 ◦ green 40 ◦ blue 43

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

Shades of Jazz #59282B

Tints of Jazz #59282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 51.74%
G = 23.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59282B (or 0x59282B) is known color: Jazz. HEX triplet: 59, 28 and 2B. RGB value is (89,40,43). Sum of RGB (Red+Green+Blue) = 89+40+43=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282B is #A6D7D4. Grayscale: #373737. Windows color (decimal): -10934229 or 2828377. OLE color: 2828377.

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

Color convert

RGB 89 40 43 -
CMYK 0 0.55 0.52 0.65
HSL 356.33º 0.38% 0.25% -
HSV(B) 356.33º 0.55% 0.35% -
XYZ 5.31 3.82 2.74 -
YUV 54.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 89 40 43 0 0.55 0.52 0.65 356.33 0.38 0.25
Hex 59 28 2B 0 37 34 41 164 26 19
Octal 131 50 53 0 67 64 101 544 46 31
Binary 1011001 101000 101011 0 110111 110100 1000001 101100100 100110 11001

Color Harmonies of #59282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59282B

Black with #59282B

Text Example


Text Example

White with #59282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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