Shades of Burnt Crimson #592125
Tints of Burnt Crimson #592125
RGB
CMYK
RGB Variations
Color information
#592125 (or 0x592125) is known color: Burnt Crimson. HEX triplet: 59, 21 and 25. RGB value is (89,33,37). Sum of RGB (Red+Green+Blue) = 89+33+37=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #592125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592125 is #A6DEDA. Grayscale: #323232. Windows color (decimal): -10936027 or 2433369. OLE color: 2433369.
HSL color Cylindrical-coordinate representation of color #592125: hue angle of 355.71º 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 #592125 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 37 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.65 |
| HSL | 355.71º | 0.46% | 0.24% | - |
| HSV(B) | 355.71º | 0.63% | 0.35% | - |
| XYZ | 5 | 3.35 | 2.13 | - |
| YUV | 50.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 37 | 0 | 0.63 | 0.58 | 0.65 | 355.71 | 0.46 | 0.24 |
| Hex | 59 | 21 | 25 | 0 | 3F | 3A | 41 | 164 | 2E | 18 |
| Octal | 131 | 41 | 45 | 0 | 77 | 72 | 101 | 544 | 56 | 30 |
| Binary | 1011001 | 100001 | 100101 | 0 | 111111 | 111010 | 1000001 | 101100100 | 101110 | 11000 |
Color Harmonies of #592125
Complementary color
Monochromatic Colors of #592125
Black with #592125
Text Example
Text Example
White with #592125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592125; }
p { color: rgb(89,33,37); }
H1.HeaderClassName
{
color: #592125;
}
.AnyTagClassName
{
color: #592125;
}
</style>
background-color css
<style>
a { background-color: #592125; }
a { background-color: rgb(89,33,37); }
div.DivClassName
{
background-color: #592125;
}
.BgClassName
{
background-color: #592125;
}
</style>
border-color css
<style>
span { border-color: #592125; }
span { border-color: rgb(89,33,37); }
td.TdClassName
{
border-color: #592125;
}
.TagClassName
{
border-color: #592125;
}
</style>