#59272D

Color #59272D Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #59272D

Tints of Jazz #59272D

Color information

#59272D (or 0x59272D) is unknown color: approx Jazz. HEX triplet: 59, 27 and 2D. RGB value is (89,39,45). Sum of RGB (Red+Green+Blue) = 89+39+45=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272D is #A6D8D2. Grayscale: #363636. Windows color (decimal): -10934483 or 2959193. OLE color: 2959193.

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

Color convert

RGB893945-
CMYK00.560.490.65
HSL352.8º39.06%25.1%-
HSV(B)352.8º56.18%34.9%-
XYZ5.323.762.93-
YUV54.63122.56152.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=51.45%
G=22.54%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89394500.560.490.65352.839.0625.1
Hex59272D03831411612719
Octal1314755070611015414731
Binary10110011001111011010111000110001100000110110000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59272D;
 }
 .AnyTagClassName
 {
   color: #59272D;
 }
</style>
background-color css

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

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

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

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

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

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