Shades of Burnt Crimson #58131A
Tints of Burnt Crimson #58131A
RGB
CMYK
RGB Variations
Color information
#58131A (or 0x58131A) is known color: Burnt Crimson. HEX triplet: 58, 13 and 1A. RGB value is (88,19,26). Sum of RGB (Red+Green+Blue) = 88+19+26=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58131A is #A7ECE5. Grayscale: #282828. Windows color (decimal): -11005158 or 1708888. OLE color: 1708888.
HSL color Cylindrical-coordinate representation of color #58131A: hue angle of 353.91º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58131A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 26 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.65 |
| HSL | 353.91º | 0.64% | 0.21% | - |
| HSV(B) | 353.91º | 0.78% | 0.35% | - |
| XYZ | 4.44 | 2.62 | 1.25 | - |
| YUV | 40.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 26 | 0 | 0.78 | 0.70 | 0.65 | 353.91 | 0.64 | 0.21 |
| Hex | 58 | 13 | 1A | 0 | 4E | 46 | 41 | 162 | 40 | 15 |
| Octal | 130 | 23 | 32 | 0 | 116 | 106 | 101 | 542 | 100 | 25 |
| Binary | 1011000 | 10011 | 11010 | 0 | 1001110 | 1000110 | 1000001 | 101100010 | 1000000 | 10101 |
Color Harmonies of #58131A
Complementary color
Monochromatic Colors of #58131A
Black with #58131A
Text Example
Text Example
White with #58131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58131A; }
p { color: rgb(88,19,26); }
H1.HeaderClassName
{
color: #58131A;
}
.AnyTagClassName
{
color: #58131A;
}
</style>
background-color css
<style>
a { background-color: #58131A; }
a { background-color: rgb(88,19,26); }
div.DivClassName
{
background-color: #58131A;
}
.BgClassName
{
background-color: #58131A;
}
</style>
border-color css
<style>
span { border-color: #58131A; }
span { border-color: rgb(88,19,26); }
td.TdClassName
{
border-color: #58131A;
}
.TagClassName
{
border-color: #58131A;
}
</style>