#59141D

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

Shades of Burnt Crimson #59141D

Tints of Burnt Crimson #59141D

Color information

#59141D (or 0x59141D) is unknown color: approx Burnt Crimson. HEX triplet: 59, 14 and 1D. RGB value is (89,20,29). Sum of RGB (Red+Green+Blue) = 89+20+29=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59141D is #A6EBE2. Grayscale: #292929. Windows color (decimal): -10939363 or 1905753. OLE color: 1905753.

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

Color convert

RGB892029-
CMYK00.780.670.65
HSL352.17º63.3%21.37%-
HSV(B)352.17º77.53%34.9%-
XYZ4.592.711.44-
YUV41.66120.86161.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=64.49%
G=14.49%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89202900.780.670.65352.1763.321.37
Hex59141D04E43411603f15
Octal131243501161031015407725
Binary10110011010011101010011101000011100000110110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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