Shades of Burnt Crimson #592126
Tints of Burnt Crimson #592126
RGB
CMYK
RGB Variations
Color information
#592126 (or 0x592126) is known color: Burnt Crimson. HEX triplet: 59, 21 and 26. RGB value is (89,33,38). Sum of RGB (Red+Green+Blue) = 89+33+38=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592126 is #A6DED9. Grayscale: #323232. Windows color (decimal): -10936026 or 2498905. OLE color: 2498905.
HSL color Cylindrical-coordinate representation of color #592126: hue angle of 354.64º 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 #592126 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 38 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.65 |
| HSL | 354.64º | 0.46% | 0.24% | - |
| HSV(B) | 354.64º | 0.63% | 0.35% | - |
| XYZ | 5.01 | 3.35 | 2.22 | - |
| YUV | 50.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 38 | 0 | 0.63 | 0.57 | 0.65 | 354.64 | 0.46 | 0.24 |
| Hex | 59 | 21 | 26 | 0 | 3F | 39 | 41 | 163 | 2E | 18 |
| Octal | 131 | 41 | 46 | 0 | 77 | 71 | 101 | 543 | 56 | 30 |
| Binary | 1011001 | 100001 | 100110 | 0 | 111111 | 111001 | 1000001 | 101100011 | 101110 | 11000 |
Color Harmonies of #592126
Complementary color
Monochromatic Colors of #592126
Black with #592126
Text Example
Text Example
White with #592126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592126; }
p { color: rgb(89,33,38); }
H1.HeaderClassName
{
color: #592126;
}
.AnyTagClassName
{
color: #592126;
}
</style>
background-color css
<style>
a { background-color: #592126; }
a { background-color: rgb(89,33,38); }
div.DivClassName
{
background-color: #592126;
}
.BgClassName
{
background-color: #592126;
}
</style>
border-color css
<style>
span { border-color: #592126; }
span { border-color: rgb(89,33,38); }
td.TdClassName
{
border-color: #592126;
}
.TagClassName
{
border-color: #592126;
}
</style>