Html Css Color HEX #59272C Jazz

📋 copy color: '#59272C'

red 89 ◦ green 39 ◦ blue 44

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

Shades of Jazz #59272C

Tints of Jazz #59272C

RGB

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

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

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

R = 51.74%
G = 22.67%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59272C (or 0x59272C) is known color: Jazz. HEX triplet: 59, 27 and 2C. RGB value is (89,39,44). Sum of RGB (Red+Green+Blue) = 89+39+44=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272C is #A6D8D3. Grayscale: #363636. Windows color (decimal): -10934484 or 2893657. OLE color: 2893657.

HSL color Cylindrical-coordinate representation of color #59272C: hue angle of 354º 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 #59272C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 39 44 -
CMYK 0 0.56 0.51 0.65
HSL 354º 0.39% 0.25% -
HSV(B) 354º 0.56% 0.35% -
XYZ 5.3 3.76 2.83 -
YUV 54.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 89 39 44 0 0.56 0.51 0.65 354 0.39 0.25
Hex 59 27 2C 0 38 33 41 162 27 19
Octal 131 47 54 0 70 63 101 542 47 31
Binary 1011001 100111 101100 0 111000 110011 1000001 101100010 100111 11001

Color Harmonies of #59272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59272C

Black with #59272C

Text Example


Text Example

White with #59272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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