#59161D

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

Shades of Burnt Crimson #59161D

Tints of Burnt Crimson #59161D

Color information

#59161D (or 0x59161D) is unknown color: approx Burnt Crimson. HEX triplet: 59, 16 and 1D. RGB value is (89,22,29). Sum of RGB (Red+Green+Blue) = 89+22+29=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161D is #A6E9E2. Grayscale: #2A2A2A. Windows color (decimal): -10938851 or 1906265. OLE color: 1906265.

HSL color Cylindrical-coordinate representation of color #59161D: hue angle of 353.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59161D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB892229-
CMYK00.750.670.65
HSL353.73º60.36%21.76%-
HSV(B)353.73º75.28%34.9%-
XYZ4.632.791.46-
YUV42.83120.2160.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=63.57%
G=15.71%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89222900.750.670.65353.7360.3621.76
Hex59161D04B43411623c16
Octal131263501131031015427426
Binary10110011011011101010010111000011100000110110001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,22,29); }

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

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

 a { background-color: rgb(89,22,29); }

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

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

 span { border-color: rgb(89,22,29); }

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