Html Css Color HEX #59262E Jazz

📋 copy color: '#59262E'

red 89 ◦ green 38 ◦ blue 46

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

Shades of Jazz #59262E

Tints of Jazz #59262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 51.45%
G = 21.97%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59262E (or 0x59262E) is known color: Jazz. HEX triplet: 59, 26 and 2E. RGB value is (89,38,46). Sum of RGB (Red+Green+Blue) = 89+38+46=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262E is #A6D9D1. Grayscale: #363636. Windows color (decimal): -10934738 or 3024473. OLE color: 3024473.

HSL color Cylindrical-coordinate representation of color #59262E: hue angle of 350.59º 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 #59262E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 46 -
CMYK 0 0.57 0.48 0.65
HSL 350.59º 0.4% 0.25% -
HSV(B) 350.59º 0.57% 0.35% -
XYZ 5.31 3.71 3.02 -
YUV 54.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 89 38 46 0 0.57 0.48 0.65 350.59 0.4 0.25
Hex 59 26 2E 0 39 30 41 15F 28 19
Octal 131 46 56 0 71 60 101 537 50 31
Binary 1011001 100110 101110 0 111001 110000 1000001 101011111 101000 11001

Color Harmonies of #59262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59262E

Black with #59262E

Text Example


Text Example

White with #59262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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