Shades of Burnt Crimson #591C1E
Tints of Burnt Crimson #591C1E
RGB
CMYK
RGB Variations
Color information
#591C1E (or 0x591C1E) is known color: Burnt Crimson. HEX triplet: 59, 1C and 1E. RGB value is (89,28,30). Sum of RGB (Red+Green+Blue) = 89+28+30=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C1E is #A6E3E1. Grayscale: #2E2E2E. Windows color (decimal): -10937314 or 1973337. OLE color: 1973337.
HSL color Cylindrical-coordinate representation of color #591C1E: hue angle of 358.03º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C1E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 30 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.65 |
| HSL | 358.03º | 0.52% | 0.23% | - |
| HSV(B) | 358.03º | 0.69% | 0.35% | - |
| XYZ | 4.77 | 3.05 | 1.57 | - |
| YUV | 46.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 30 | 0 | 0.69 | 0.66 | 0.65 | 358.03 | 0.52 | 0.23 |
| Hex | 59 | 1C | 1E | 0 | 45 | 42 | 41 | 166 | 34 | 17 |
| Octal | 131 | 34 | 36 | 0 | 105 | 102 | 101 | 546 | 64 | 27 |
| Binary | 1011001 | 11100 | 11110 | 0 | 1000101 | 1000010 | 1000001 | 101100110 | 110100 | 10111 |
Color Harmonies of #591C1E
Complementary color
Monochromatic Colors of #591C1E
Black with #591C1E
Text Example
Text Example
White with #591C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C1E; }
p { color: rgb(89,28,30); }
H1.HeaderClassName
{
color: #591C1E;
}
.AnyTagClassName
{
color: #591C1E;
}
</style>
background-color css
<style>
a { background-color: #591C1E; }
a { background-color: rgb(89,28,30); }
div.DivClassName
{
background-color: #591C1E;
}
.BgClassName
{
background-color: #591C1E;
}
</style>
border-color css
<style>
span { border-color: #591C1E; }
span { border-color: rgb(89,28,30); }
td.TdClassName
{
border-color: #591C1E;
}
.TagClassName
{
border-color: #591C1E;
}
</style>