#59252D

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

Shades of Jazz #59252D

Tints of Jazz #59252D

Color information

#59252D (or 0x59252D) is unknown color: approx Jazz. HEX triplet: 59, 25 and 2D. RGB value is (89,37,45). Sum of RGB (Red+Green+Blue) = 89+37+45=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252D is #A6DAD2. Grayscale: #353535. Windows color (decimal): -10934995 or 2958681. OLE color: 2958681.

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

Color convert

RGB893745-
CMYK00.580.490.65
HSL350.77º41.27%24.71%-
HSV(B)350.77º58.43%34.9%-
XYZ5.263.642.91-
YUV53.46123.23153.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=52.05%
G=21.64%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374500.580.490.65350.7741.2724.71
Hex59252D03A314115f2919
Octal1314555072611015375131
Binary10110011001011011010111010110001100000110101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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