Shades of Burnt Crimson #592123
Tints of Burnt Crimson #592123
RGB
CMYK
RGB Variations
Color information
#592123 (or 0x592123) is known color: Burnt Crimson. HEX triplet: 59, 21 and 23. RGB value is (89,33,35). Sum of RGB (Red+Green+Blue) = 89+33+35=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592123 is #A6DEDC. Grayscale: #323232. Windows color (decimal): -10936029 or 2302297. OLE color: 2302297.
HSL color Cylindrical-coordinate representation of color #592123: hue angle of 357.86º 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 #592123 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 35 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.65 |
| HSL | 357.86º | 0.46% | 0.24% | - |
| HSV(B) | 357.86º | 0.63% | 0.35% | - |
| XYZ | 4.97 | 3.33 | 1.97 | - |
| YUV | 49.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 35 | 0 | 0.63 | 0.61 | 0.65 | 357.86 | 0.46 | 0.24 |
| Hex | 59 | 21 | 23 | 0 | 3F | 3D | 41 | 166 | 2E | 18 |
| Octal | 131 | 41 | 43 | 0 | 77 | 75 | 101 | 546 | 56 | 30 |
| Binary | 1011001 | 100001 | 100011 | 0 | 111111 | 111101 | 1000001 | 101100110 | 101110 | 11000 |
Color Harmonies of #592123
Complementary color
Monochromatic Colors of #592123
Black with #592123
Text Example
Text Example
White with #592123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592123; }
p { color: rgb(89,33,35); }
H1.HeaderClassName
{
color: #592123;
}
.AnyTagClassName
{
color: #592123;
}
</style>
background-color css
<style>
a { background-color: #592123; }
a { background-color: rgb(89,33,35); }
div.DivClassName
{
background-color: #592123;
}
.BgClassName
{
background-color: #592123;
}
</style>
border-color css
<style>
span { border-color: #592123; }
span { border-color: rgb(89,33,35); }
td.TdClassName
{
border-color: #592123;
}
.TagClassName
{
border-color: #592123;
}
</style>