Shades of Burnt Crimson #58171A
Tints of Burnt Crimson #58171A
RGB
CMYK
RGB Variations
Color information
#58171A (or 0x58171A) is known color: Burnt Crimson. HEX triplet: 58, 17 and 1A. RGB value is (88,23,26). Sum of RGB (Red+Green+Blue) = 88+23+26=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58171A is #A7E8E5. Grayscale: #2A2A2A. Windows color (decimal): -11004134 or 1709912. OLE color: 1709912.
HSL color Cylindrical-coordinate representation of color #58171A: hue angle of 357.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58171A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 26 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.65 |
| HSL | 357.23º | 0.59% | 0.22% | - |
| HSV(B) | 357.23º | 0.74% | 0.35% | - |
| XYZ | 4.52 | 2.76 | 1.27 | - |
| YUV | 42.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 26 | 0 | 0.74 | 0.70 | 0.65 | 357.23 | 0.59 | 0.22 |
| Hex | 58 | 17 | 1A | 0 | 4A | 46 | 41 | 165 | 3B | 16 |
| Octal | 130 | 27 | 32 | 0 | 112 | 106 | 101 | 545 | 73 | 26 |
| Binary | 1011000 | 10111 | 11010 | 0 | 1001010 | 1000110 | 1000001 | 101100101 | 111011 | 10110 |
Color Harmonies of #58171A
Complementary color
Monochromatic Colors of #58171A
Black with #58171A
Text Example
Text Example
White with #58171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58171A; }
p { color: rgb(88,23,26); }
H1.HeaderClassName
{
color: #58171A;
}
.AnyTagClassName
{
color: #58171A;
}
</style>
background-color css
<style>
a { background-color: #58171A; }
a { background-color: rgb(88,23,26); }
div.DivClassName
{
background-color: #58171A;
}
.BgClassName
{
background-color: #58171A;
}
</style>
border-color css
<style>
span { border-color: #58171A; }
span { border-color: rgb(88,23,26); }
td.TdClassName
{
border-color: #58171A;
}
.TagClassName
{
border-color: #58171A;
}
</style>