Shades of Burnt Crimson #582628
Tints of Burnt Crimson #582628
RGB
CMYK
RGB Variations
Color information
#582628 (or 0x582628) is known color: Burnt Crimson. HEX triplet: 58, 26 and 28. RGB value is (88,38,40). Sum of RGB (Red+Green+Blue) = 88+38+40=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #582628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582628 is #A7D9D7. Grayscale: #353535. Windows color (decimal): -11000280 or 2631256. OLE color: 2631256.
HSL color Cylindrical-coordinate representation of color #582628: hue angle of 357.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582628 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 40 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.65 |
| HSL | 357.6º | 0.4% | 0.25% | - |
| HSV(B) | 357.6º | 0.57% | 0.35% | - |
| XYZ | 5.1 | 3.61 | 2.44 | - |
| YUV | 53.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 40 | 0 | 0.57 | 0.55 | 0.65 | 357.6 | 0.4 | 0.25 |
| Hex | 58 | 26 | 28 | 0 | 39 | 37 | 41 | 166 | 28 | 19 |
| Octal | 130 | 46 | 50 | 0 | 71 | 67 | 101 | 546 | 50 | 31 |
| Binary | 1011000 | 100110 | 101000 | 0 | 111001 | 110111 | 1000001 | 101100110 | 101000 | 11001 |
Color Harmonies of #582628
Complementary color
Monochromatic Colors of #582628
Black with #582628
Text Example
Text Example
White with #582628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582628; }
p { color: rgb(88,38,40); }
H1.HeaderClassName
{
color: #582628;
}
.AnyTagClassName
{
color: #582628;
}
</style>
background-color css
<style>
a { background-color: #582628; }
a { background-color: rgb(88,38,40); }
div.DivClassName
{
background-color: #582628;
}
.BgClassName
{
background-color: #582628;
}
</style>
border-color css
<style>
span { border-color: #582628; }
span { border-color: rgb(88,38,40); }
td.TdClassName
{
border-color: #582628;
}
.TagClassName
{
border-color: #582628;
}
</style>