Shades of Burnt Crimson #592129
Tints of Burnt Crimson #592129
RGB
CMYK
RGB Variations
Color information
#592129 (or 0x592129) is known color: Burnt Crimson. HEX triplet: 59, 21 and 29. RGB value is (89,33,41). Sum of RGB (Red+Green+Blue) = 89+33+41=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592129 is #A6DED6. Grayscale: #323232. Windows color (decimal): -10936023 or 2695513. OLE color: 2695513.
HSL color Cylindrical-coordinate representation of color #592129: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592129 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 41 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.65 |
| HSL | 351.43º | 0.46% | 0.24% | - |
| HSV(B) | 351.43º | 0.63% | 0.35% | - |
| XYZ | 5.06 | 3.37 | 2.48 | - |
| YUV | 50.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 41 | 0 | 0.63 | 0.54 | 0.65 | 351.43 | 0.46 | 0.24 |
| Hex | 59 | 21 | 29 | 0 | 3F | 36 | 41 | 15F | 2E | 18 |
| Octal | 131 | 41 | 51 | 0 | 77 | 66 | 101 | 537 | 56 | 30 |
| Binary | 1011001 | 100001 | 101001 | 0 | 111111 | 110110 | 1000001 | 101011111 | 101110 | 11000 |
Color Harmonies of #592129
Complementary color
Monochromatic Colors of #592129
Black with #592129
Text Example
Text Example
White with #592129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592129; }
p { color: rgb(89,33,41); }
H1.HeaderClassName
{
color: #592129;
}
.AnyTagClassName
{
color: #592129;
}
</style>
background-color css
<style>
a { background-color: #592129; }
a { background-color: rgb(89,33,41); }
div.DivClassName
{
background-color: #592129;
}
.BgClassName
{
background-color: #592129;
}
</style>
border-color css
<style>
span { border-color: #592129; }
span { border-color: rgb(89,33,41); }
td.TdClassName
{
border-color: #592129;
}
.TagClassName
{
border-color: #592129;
}
</style>