Html Css Color HEX #59272E Jazz

📋 copy color: '#59272E'

red 89 ◦ green 39 ◦ blue 46

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

Shades of Jazz #59272E

Tints of Jazz #59272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 51.15%
G = 22.41%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59272E (or 0x59272E) is known color: Jazz. HEX triplet: 59, 27 and 2E. RGB value is (89,39,46). Sum of RGB (Red+Green+Blue) = 89+39+46=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272E is #A6D8D1. Grayscale: #363636. Windows color (decimal): -10934482 or 3024729. OLE color: 3024729.

HSL color Cylindrical-coordinate representation of color #59272E: hue angle of 351.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59272E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 39 46 -
CMYK 0 0.56 0.48 0.65
HSL 351.6º 0.39% 0.25% -
HSV(B) 351.6º 0.56% 0.35% -
XYZ 5.34 3.77 3.03 -
YUV 54.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 89 39 46 0 0.56 0.48 0.65 351.6 0.39 0.25
Hex 59 27 2E 0 38 30 41 160 27 19
Octal 131 47 56 0 70 60 101 540 47 31
Binary 1011001 100111 101110 0 111000 110000 1000001 101100000 100111 11001

Color Harmonies of #59272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59272E

Black with #59272E

Text Example


Text Example

White with #59272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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