Shades of Burnt Crimson #59131A
Tints of Burnt Crimson #59131A
RGB
CMYK
RGB Variations
Color information
#59131A (or 0x59131A) is known color: Burnt Crimson. HEX triplet: 59, 13 and 1A. RGB value is (89,19,26). Sum of RGB (Red+Green+Blue) = 89+19+26=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59131A is #A6ECE5. Grayscale: #282828. Windows color (decimal): -10939622 or 1708889. OLE color: 1708889.
HSL color Cylindrical-coordinate representation of color #59131A: hue angle of 354º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59131A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 26 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.65 |
| HSL | 354º | 0.65% | 0.21% | - |
| HSV(B) | 354º | 0.79% | 0.35% | - |
| XYZ | 4.54 | 2.66 | 1.25 | - |
| YUV | 40.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 26 | 0 | 0.79 | 0.71 | 0.65 | 354 | 0.65 | 0.21 |
| Hex | 59 | 13 | 1A | 0 | 4F | 47 | 41 | 162 | 41 | 15 |
| Octal | 131 | 23 | 32 | 0 | 117 | 107 | 101 | 542 | 101 | 25 |
| Binary | 1011001 | 10011 | 11010 | 0 | 1001111 | 1000111 | 1000001 | 101100010 | 1000001 | 10101 |
Color Harmonies of #59131A
Complementary color
Monochromatic Colors of #59131A
Black with #59131A
Text Example
Text Example
White with #59131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59131A; }
p { color: rgb(89,19,26); }
H1.HeaderClassName
{
color: #59131A;
}
.AnyTagClassName
{
color: #59131A;
}
</style>
background-color css
<style>
a { background-color: #59131A; }
a { background-color: rgb(89,19,26); }
div.DivClassName
{
background-color: #59131A;
}
.BgClassName
{
background-color: #59131A;
}
</style>
border-color css
<style>
span { border-color: #59131A; }
span { border-color: rgb(89,19,26); }
td.TdClassName
{
border-color: #59131A;
}
.TagClassName
{
border-color: #59131A;
}
</style>