Html Css Color HEX #59272F Jazz

📋 copy color: '#59272F'

red 89 ◦ green 39 ◦ blue 47

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

Shades of Jazz #59272F

Tints of Jazz #59272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 50.86%
G = 22.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59272F (or 0x59272F) is known color: Jazz. HEX triplet: 59, 27 and 2F. RGB value is (89,39,47). Sum of RGB (Red+Green+Blue) = 89+39+47=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272F is #A6D8D0. Grayscale: #363636. Windows color (decimal): -10934481 or 3090265. OLE color: 3090265.

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

Color convert

RGB 89 39 47 -
CMYK 0 0.56 0.47 0.65
HSL 350.4º 0.39% 0.25% -
HSV(B) 350.4º 0.56% 0.35% -
XYZ 5.36 3.78 3.14 -
YUV 54.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 89 39 47 0 0.56 0.47 0.65 350.4 0.39 0.25
Hex 59 27 2F 0 38 2F 41 15E 27 19
Octal 131 47 57 0 70 57 101 536 47 31
Binary 1011001 100111 101111 0 111000 101111 1000001 101011110 100111 11001

Color Harmonies of #59272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59272F

Black with #59272F

Text Example


Text Example

White with #59272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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