#591A1D

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

Shades of Burnt Crimson #591A1D

Tints of Burnt Crimson #591A1D

Color information

#591A1D (or 0x591A1D) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1A and 1D. RGB value is (89,26,29). Sum of RGB (Red+Green+Blue) = 89+26+29=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1D is #A6E5E2. Grayscale: #2D2D2D. Windows color (decimal): -10937827 or 1907289. OLE color: 1907289.

HSL color Cylindrical-coordinate representation of color #591A1D: hue angle of 357.14º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A1D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB892629-
CMYK00.710.670.65
HSL357.14º54.78%22.55%-
HSV(B)357.14º70.79%34.9%-
XYZ4.712.951.48-
YUV45.18118.87159.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=61.81%
G=18.06%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89262900.710.670.65357.1454.7822.55
Hex591A1D04743411653717
Octal131323501071031015456727
Binary10110011101011101010001111000011100000110110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A1D; }

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

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

<style>
 a { background-color: #591A1D; }

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

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

<style>
 span { border-color: #591A1D; }

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

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