Html Css Color HEX #59262D Jazz

📋 copy color: '#59262D'

red 89 ◦ green 38 ◦ blue 45

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

Shades of Jazz #59262D

Tints of Jazz #59262D

RGB

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

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

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

R = 51.74%
G = 22.09%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59262D (or 0x59262D) is known color: Jazz. HEX triplet: 59, 26 and 2D. RGB value is (89,38,45). Sum of RGB (Red+Green+Blue) = 89+38+45=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262D is #A6D9D2. Grayscale: #363636. Windows color (decimal): -10934739 or 2958937. OLE color: 2958937.

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

Color convert

RGB 89 38 45 -
CMYK 0 0.57 0.49 0.65
HSL 351.76º 0.4% 0.25% -
HSV(B) 351.76º 0.57% 0.35% -
XYZ 5.29 3.7 2.92 -
YUV 54.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 89 38 45 0 0.57 0.49 0.65 351.76 0.4 0.25
Hex 59 26 2D 0 39 31 41 160 28 19
Octal 131 46 55 0 71 61 101 540 50 31
Binary 1011001 100110 101101 0 111001 110001 1000001 101100000 101000 11001

Color Harmonies of #59262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59262D

Black with #59262D

Text Example


Text Example

White with #59262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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