Shades of Burnt Crimson #592128
Tints of Burnt Crimson #592128
RGB
CMYK
RGB Variations
Color information
#592128 (or 0x592128) is known color: Burnt Crimson. HEX triplet: 59, 21 and 28. RGB value is (89,33,40). Sum of RGB (Red+Green+Blue) = 89+33+40=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592128 is #A6DED7. Grayscale: #323232. Windows color (decimal): -10936024 or 2629977. OLE color: 2629977.
HSL color Cylindrical-coordinate representation of color #592128: hue angle of 352.5º 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 #592128 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 40 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.65 |
| HSL | 352.5º | 0.46% | 0.24% | - |
| HSV(B) | 352.5º | 0.63% | 0.35% | - |
| XYZ | 5.05 | 3.36 | 2.39 | - |
| YUV | 50.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 40 | 0 | 0.63 | 0.55 | 0.65 | 352.5 | 0.46 | 0.24 |
| Hex | 59 | 21 | 28 | 0 | 3F | 37 | 41 | 160 | 2E | 18 |
| Octal | 131 | 41 | 50 | 0 | 77 | 67 | 101 | 540 | 56 | 30 |
| Binary | 1011001 | 100001 | 101000 | 0 | 111111 | 110111 | 1000001 | 101100000 | 101110 | 11000 |
Color Harmonies of #592128
Complementary color
Monochromatic Colors of #592128
Black with #592128
Text Example
Text Example
White with #592128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592128; }
p { color: rgb(89,33,40); }
H1.HeaderClassName
{
color: #592128;
}
.AnyTagClassName
{
color: #592128;
}
</style>
background-color css
<style>
a { background-color: #592128; }
a { background-color: rgb(89,33,40); }
div.DivClassName
{
background-color: #592128;
}
.BgClassName
{
background-color: #592128;
}
</style>
border-color css
<style>
span { border-color: #592128; }
span { border-color: rgb(89,33,40); }
td.TdClassName
{
border-color: #592128;
}
.TagClassName
{
border-color: #592128;
}
</style>