Shades of Burnt Crimson #582129
Tints of Burnt Crimson #582129
RGB
CMYK
RGB Variations
Color information
#582129 (or 0x582129) is known color: Burnt Crimson. HEX triplet: 58, 21 and 29. RGB value is (88,33,41). Sum of RGB (Red+Green+Blue) = 88+33+41=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582129 is #A7DED6. Grayscale: #323232. Windows color (decimal): -11001559 or 2695512. OLE color: 2695512.
HSL color Cylindrical-coordinate representation of color #582129: hue angle of 351.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582129 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 33 | 41 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.65 |
| HSL | 351.27º | 0.45% | 0.24% | - |
| HSV(B) | 351.27º | 0.63% | 0.35% | - |
| XYZ | 4.97 | 3.32 | 2.48 | - |
| YUV | 50.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 41 | 0 | 0.62 | 0.53 | 0.65 | 351.27 | 0.45 | 0.24 |
| Hex | 58 | 21 | 29 | 0 | 3E | 35 | 41 | 15F | 2D | 18 |
| Octal | 130 | 41 | 51 | 0 | 76 | 65 | 101 | 537 | 55 | 30 |
| Binary | 1011000 | 100001 | 101001 | 0 | 111110 | 110101 | 1000001 | 101011111 | 101101 | 11000 |
Color Harmonies of #582129
Complementary color
Monochromatic Colors of #582129
Black with #582129
Text Example
Text Example
White with #582129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582129; }
p { color: rgb(88,33,41); }
H1.HeaderClassName
{
color: #582129;
}
.AnyTagClassName
{
color: #582129;
}
</style>
background-color css
<style>
a { background-color: #582129; }
a { background-color: rgb(88,33,41); }
div.DivClassName
{
background-color: #582129;
}
.BgClassName
{
background-color: #582129;
}
</style>
border-color css
<style>
span { border-color: #582129; }
span { border-color: rgb(88,33,41); }
td.TdClassName
{
border-color: #582129;
}
.TagClassName
{
border-color: #582129;
}
</style>