Html Css Color HEX #59272B Jazz

📋 copy color: '#59272B'

red 89 ◦ green 39 ◦ blue 43

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

Shades of Jazz #59272B

Tints of Jazz #59272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 52.05%
G = 22.81%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59272B (or 0x59272B) is known color: Jazz. HEX triplet: 59, 27 and 2B. RGB value is (89,39,43). Sum of RGB (Red+Green+Blue) = 89+39+43=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272B is #A6D8D4. Grayscale: #363636. Windows color (decimal): -10934485 or 2828121. OLE color: 2828121.

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

Color convert

RGB 89 39 43 -
CMYK 0 0.56 0.52 0.65
HSL 355.2º 0.39% 0.25% -
HSV(B) 355.2º 0.56% 0.35% -
XYZ 5.28 3.75 2.73 -
YUV 54.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 89 39 43 0 0.56 0.52 0.65 355.2 0.39 0.25
Hex 59 27 2B 0 38 34 41 163 27 19
Octal 131 47 53 0 70 64 101 543 47 31
Binary 1011001 100111 101011 0 111000 110100 1000001 101100011 100111 11001

Color Harmonies of #59272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59272B

Black with #59272B

Text Example


Text Example

White with #59272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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