Shades of Burnt Crimson #58161B
Tints of Burnt Crimson #58161B
RGB
CMYK
RGB Variations
Color information
#58161B (or 0x58161B) is known color: Burnt Crimson. HEX triplet: 58, 16 and 1B. RGB value is (88,22,27). Sum of RGB (Red+Green+Blue) = 88+22+27=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161B is #A7E9E4. Grayscale: #2A2A2A. Windows color (decimal): -11004389 or 1775192. OLE color: 1775192.
HSL color Cylindrical-coordinate representation of color #58161B: hue angle of 355.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58161B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 27 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.65 |
| HSL | 355.45º | 0.6% | 0.22% | - |
| HSV(B) | 355.45º | 0.75% | 0.35% | - |
| XYZ | 4.51 | 2.73 | 1.33 | - |
| YUV | 42.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 27 | 0 | 0.75 | 0.69 | 0.65 | 355.45 | 0.6 | 0.22 |
| Hex | 58 | 16 | 1B | 0 | 4B | 45 | 41 | 163 | 3C | 16 |
| Octal | 130 | 26 | 33 | 0 | 113 | 105 | 101 | 543 | 74 | 26 |
| Binary | 1011000 | 10110 | 11011 | 0 | 1001011 | 1000101 | 1000001 | 101100011 | 111100 | 10110 |
Color Harmonies of #58161B
Complementary color
Monochromatic Colors of #58161B
Black with #58161B
Text Example
Text Example
White with #58161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58161B; }
p { color: rgb(88,22,27); }
H1.HeaderClassName
{
color: #58161B;
}
.AnyTagClassName
{
color: #58161B;
}
</style>
background-color css
<style>
a { background-color: #58161B; }
a { background-color: rgb(88,22,27); }
div.DivClassName
{
background-color: #58161B;
}
.BgClassName
{
background-color: #58161B;
}
</style>
border-color css
<style>
span { border-color: #58161B; }
span { border-color: rgb(88,22,27); }
td.TdClassName
{
border-color: #58161B;
}
.TagClassName
{
border-color: #58161B;
}
</style>