Shades of Burnt Crimson #591A1C
Tints of Burnt Crimson #591A1C
RGB
CMYK
RGB Variations
Color information
#591A1C (or 0x591A1C) is known color: Burnt Crimson. HEX triplet: 59, 1A and 1C. RGB value is (89,26,28). Sum of RGB (Red+Green+Blue) = 89+26+28=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1C is #A6E5E3. Grayscale: #2D2D2D. Windows color (decimal): -10937828 or 1841753. OLE color: 1841753.
HSL color Cylindrical-coordinate representation of color #591A1C: hue angle of 358.1º 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 #591A1C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 28 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.65 |
| HSL | 358.1º | 0.55% | 0.23% | - |
| HSV(B) | 358.1º | 0.71% | 0.35% | - |
| XYZ | 4.7 | 2.95 | 1.42 | - |
| YUV | 45.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 28 | 0 | 0.71 | 0.69 | 0.65 | 358.1 | 0.55 | 0.23 |
| Hex | 59 | 1A | 1C | 0 | 47 | 45 | 41 | 166 | 37 | 17 |
| Octal | 131 | 32 | 34 | 0 | 107 | 105 | 101 | 546 | 67 | 27 |
| Binary | 1011001 | 11010 | 11100 | 0 | 1000111 | 1000101 | 1000001 | 101100110 | 110111 | 10111 |
Color Harmonies of #591A1C
Complementary color
Monochromatic Colors of #591A1C
Black with #591A1C
Text Example
Text Example
White with #591A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A1C; }
p { color: rgb(89,26,28); }
H1.HeaderClassName
{
color: #591A1C;
}
.AnyTagClassName
{
color: #591A1C;
}
</style>
background-color css
<style>
a { background-color: #591A1C; }
a { background-color: rgb(89,26,28); }
div.DivClassName
{
background-color: #591A1C;
}
.BgClassName
{
background-color: #591A1C;
}
</style>
border-color css
<style>
span { border-color: #591A1C; }
span { border-color: rgb(89,26,28); }
td.TdClassName
{
border-color: #591A1C;
}
.TagClassName
{
border-color: #591A1C;
}
</style>