Shades of Burnt Crimson #581923
Tints of Burnt Crimson #581923
RGB
CMYK
RGB Variations
Color information
#581923 (or 0x581923) is known color: Burnt Crimson. HEX triplet: 58, 19 and 23. RGB value is (88,25,35). Sum of RGB (Red+Green+Blue) = 88+25+35=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581923 is #A7E6DC. Grayscale: #2D2D2D. Windows color (decimal): -11003613 or 2300248. OLE color: 2300248.
HSL color Cylindrical-coordinate representation of color #581923: hue angle of 350.48º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581923 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 35 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.65 |
| HSL | 350.48º | 0.56% | 0.22% | - |
| HSV(B) | 350.48º | 0.72% | 0.35% | - |
| XYZ | 4.68 | 2.89 | 1.9 | - |
| YUV | 44.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 35 | 0 | 0.72 | 0.60 | 0.65 | 350.48 | 0.56 | 0.22 |
| Hex | 58 | 19 | 23 | 0 | 48 | 3C | 41 | 15E | 38 | 16 |
| Octal | 130 | 31 | 43 | 0 | 110 | 74 | 101 | 536 | 70 | 26 |
| Binary | 1011000 | 11001 | 100011 | 0 | 1001000 | 111100 | 1000001 | 101011110 | 111000 | 10110 |
Color Harmonies of #581923
Complementary color
Monochromatic Colors of #581923
Black with #581923
Text Example
Text Example
White with #581923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581923; }
p { color: rgb(88,25,35); }
H1.HeaderClassName
{
color: #581923;
}
.AnyTagClassName
{
color: #581923;
}
</style>
background-color css
<style>
a { background-color: #581923; }
a { background-color: rgb(88,25,35); }
div.DivClassName
{
background-color: #581923;
}
.BgClassName
{
background-color: #581923;
}
</style>
border-color css
<style>
span { border-color: #581923; }
span { border-color: rgb(88,25,35); }
td.TdClassName
{
border-color: #581923;
}
.TagClassName
{
border-color: #581923;
}
</style>