Html Css Color HEX #59262C Jazz

📋 copy color: '#59262C'

red 89 ◦ green 38 ◦ blue 44

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

Shades of Jazz #59262C

Tints of Jazz #59262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

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

R = 52.05%
G = 22.22%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59262C (or 0x59262C) is known color: Jazz. HEX triplet: 59, 26 and 2C. RGB value is (89,38,44). Sum of RGB (Red+Green+Blue) = 89+38+44=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262C is #A6D9D3. Grayscale: #353535. Windows color (decimal): -10934740 or 2893401. OLE color: 2893401.

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

Color convert

RGB 89 38 44 -
CMYK 0 0.57 0.51 0.65
HSL 352.94º 0.4% 0.25% -
HSV(B) 352.94º 0.57% 0.35% -
XYZ 5.27 3.69 2.82 -
YUV 53.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 89 38 44 0 0.57 0.51 0.65 352.94 0.4 0.25
Hex 59 26 2C 0 39 33 41 161 28 19
Octal 131 46 54 0 71 63 101 541 50 31
Binary 1011001 100110 101100 0 111001 110011 1000001 101100001 101000 11001

Color Harmonies of #59262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59262C

Black with #59262C

Text Example


Text Example

White with #59262C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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