Shades of Burnt Crimson #58171B
Tints of Burnt Crimson #58171B
RGB
CMYK
RGB Variations
Color information
#58171B (or 0x58171B) is known color: Burnt Crimson. HEX triplet: 58, 17 and 1B. RGB value is (88,23,27). Sum of RGB (Red+Green+Blue) = 88+23+27=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58171B is #A7E8E4. Grayscale: #2A2A2A. Windows color (decimal): -11004133 or 1775448. OLE color: 1775448.
HSL color Cylindrical-coordinate representation of color #58171B: hue angle of 356.31º 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 #58171B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 27 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.65 |
| HSL | 356.31º | 0.59% | 0.22% | - |
| HSV(B) | 356.31º | 0.74% | 0.35% | - |
| XYZ | 4.53 | 2.77 | 1.33 | - |
| YUV | 42.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 27 | 0 | 0.74 | 0.69 | 0.65 | 356.31 | 0.59 | 0.22 |
| Hex | 58 | 17 | 1B | 0 | 4A | 45 | 41 | 164 | 3B | 16 |
| Octal | 130 | 27 | 33 | 0 | 112 | 105 | 101 | 544 | 73 | 26 |
| Binary | 1011000 | 10111 | 11011 | 0 | 1001010 | 1000101 | 1000001 | 101100100 | 111011 | 10110 |
Color Harmonies of #58171B
Complementary color
Monochromatic Colors of #58171B
Black with #58171B
Text Example
Text Example
White with #58171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58171B; }
p { color: rgb(88,23,27); }
H1.HeaderClassName
{
color: #58171B;
}
.AnyTagClassName
{
color: #58171B;
}
</style>
background-color css
<style>
a { background-color: #58171B; }
a { background-color: rgb(88,23,27); }
div.DivClassName
{
background-color: #58171B;
}
.BgClassName
{
background-color: #58171B;
}
</style>
border-color css
<style>
span { border-color: #58171B; }
span { border-color: rgb(88,23,27); }
td.TdClassName
{
border-color: #58171B;
}
.TagClassName
{
border-color: #58171B;
}
</style>