Html Css Color HEX #59282F Jazz

📋 copy color: '#59282F'

red 89 ◦ green 40 ◦ blue 47

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

Shades of Jazz #59282F

Tints of Jazz #59282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 50.57%
G = 22.73%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59282F (or 0x59282F) is known color: Jazz. HEX triplet: 59, 28 and 2F. RGB value is (89,40,47). Sum of RGB (Red+Green+Blue) = 89+40+47=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #59282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282F is #A6D7D0. Grayscale: #373737. Windows color (decimal): -10934225 or 3090521. OLE color: 3090521.

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

Color convert

RGB 89 40 47 -
CMYK 0 0.55 0.47 0.65
HSL 351.43º 0.38% 0.25% -
HSV(B) 351.43º 0.55% 0.35% -
XYZ 5.39 3.85 3.15 -
YUV 55.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 89 40 47 0 0.55 0.47 0.65 351.43 0.38 0.25
Hex 59 28 2F 0 37 2F 41 15F 26 19
Octal 131 50 57 0 67 57 101 537 46 31
Binary 1011001 101000 101111 0 110111 101111 1000001 101011111 100110 11001

Color Harmonies of #59282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59282F

Black with #59282F

Text Example


Text Example

White with #59282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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