#59252C

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

Shades of Burnt Crimson #59252C

Tints of Burnt Crimson #59252C

Color information

#59252C (or 0x59252C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 25 and 2C. RGB value is (89,37,44). Sum of RGB (Red+Green+Blue) = 89+37+44=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252C is #A6DAD3. Grayscale: #353535. Windows color (decimal): -10934996 or 2893145. OLE color: 2893145.

HSL color Cylindrical-coordinate representation of color #59252C: hue angle of 351.92º 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 #59252C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB893744-
CMYK00.580.510.65
HSL351.92º41.27%24.71%-
HSV(B)351.92º58.43%34.9%-
XYZ5.243.632.81-
YUV53.35122.73153.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=52.35%
G=21.76%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374400.580.510.65351.9241.2724.71
Hex59252C03A33411602919
Octal1314554072631015405131
Binary10110011001011011000111010110011100000110110000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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