#59282D

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

Shades of Jazz #59282D

Tints of Jazz #59282D

Color information

#59282D (or 0x59282D) is unknown color: approx Jazz. HEX triplet: 59, 28 and 2D. RGB value is (89,40,45). Sum of RGB (Red+Green+Blue) = 89+40+45=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59282D is #A6D7D2. Grayscale: #373737. Windows color (decimal): -10934227 or 2959449. OLE color: 2959449.

HSL color Cylindrical-coordinate representation of color #59282D: hue angle of 353.88º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59282D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB894045-
CMYK00.550.490.65
HSL353.88º37.98%25.29%-
HSV(B)353.88º55.06%34.9%-
XYZ5.353.832.94-
YUV55.22122.23152.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=51.15%
G=22.99%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89404500.550.490.65353.8837.9825.29
Hex59282D03731411622619
Octal1315055067611015424631
Binary10110011010001011010110111110001100000110110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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