Shades of Burnt Crimson #581719
Tints of Burnt Crimson #581719
RGB
CMYK
RGB Variations
Color information
#581719 (or 0x581719) is known color: Burnt Crimson. HEX triplet: 58, 17 and 19. RGB value is (88,23,25). Sum of RGB (Red+Green+Blue) = 88+23+25=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581719 is #A7E8E6. Grayscale: #2A2A2A. Windows color (decimal): -11004135 or 1644376. OLE color: 1644376.
HSL color Cylindrical-coordinate representation of color #581719: hue angle of 358.15º 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 #581719 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 25 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.65 |
| HSL | 358.15º | 0.59% | 0.22% | - |
| HSV(B) | 358.15º | 0.74% | 0.35% | - |
| XYZ | 4.51 | 2.76 | 1.21 | - |
| YUV | 42.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 25 | 0 | 0.74 | 0.72 | 0.65 | 358.15 | 0.59 | 0.22 |
| Hex | 58 | 17 | 19 | 0 | 4A | 48 | 41 | 166 | 3B | 16 |
| Octal | 130 | 27 | 31 | 0 | 112 | 110 | 101 | 546 | 73 | 26 |
| Binary | 1011000 | 10111 | 11001 | 0 | 1001010 | 1001000 | 1000001 | 101100110 | 111011 | 10110 |
Color Harmonies of #581719
Complementary color
Monochromatic Colors of #581719
Black with #581719
Text Example
Text Example
White with #581719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581719; }
p { color: rgb(88,23,25); }
H1.HeaderClassName
{
color: #581719;
}
.AnyTagClassName
{
color: #581719;
}
</style>
background-color css
<style>
a { background-color: #581719; }
a { background-color: rgb(88,23,25); }
div.DivClassName
{
background-color: #581719;
}
.BgClassName
{
background-color: #581719;
}
</style>
border-color css
<style>
span { border-color: #581719; }
span { border-color: rgb(88,23,25); }
td.TdClassName
{
border-color: #581719;
}
.TagClassName
{
border-color: #581719;
}
</style>