Shades of Burnt Crimson #591C27
Tints of Burnt Crimson #591C27
RGB
CMYK
RGB Variations
Color information
#591C27 (or 0x591C27) is known color: Burnt Crimson. HEX triplet: 59, 1C and 27. RGB value is (89,28,39). Sum of RGB (Red+Green+Blue) = 89+28+39=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #591C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C27 is #A6E3D8. Grayscale: #2F2F2F. Windows color (decimal): -10937305 or 2563161. OLE color: 2563161.
HSL color Cylindrical-coordinate representation of color #591C27: hue angle of 349.18º 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 #591C27 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 39 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.65 |
| HSL | 349.18º | 0.52% | 0.23% | - |
| HSV(B) | 349.18º | 0.69% | 0.35% | - |
| XYZ | 4.9 | 3.1 | 2.26 | - |
| YUV | 47.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 39 | 0 | 0.69 | 0.56 | 0.65 | 349.18 | 0.52 | 0.23 |
| Hex | 59 | 1C | 27 | 0 | 45 | 38 | 41 | 15D | 34 | 17 |
| Octal | 131 | 34 | 47 | 0 | 105 | 70 | 101 | 535 | 64 | 27 |
| Binary | 1011001 | 11100 | 100111 | 0 | 1000101 | 111000 | 1000001 | 101011101 | 110100 | 10111 |
Color Harmonies of #591C27
Complementary color
Monochromatic Colors of #591C27
Black with #591C27
Text Example
Text Example
White with #591C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C27; }
p { color: rgb(89,28,39); }
H1.HeaderClassName
{
color: #591C27;
}
.AnyTagClassName
{
color: #591C27;
}
</style>
background-color css
<style>
a { background-color: #591C27; }
a { background-color: rgb(89,28,39); }
div.DivClassName
{
background-color: #591C27;
}
.BgClassName
{
background-color: #591C27;
}
</style>
border-color css
<style>
span { border-color: #591C27; }
span { border-color: rgb(89,28,39); }
td.TdClassName
{
border-color: #591C27;
}
.TagClassName
{
border-color: #591C27;
}
</style>