Shades of Burnt Crimson #592425
Tints of Burnt Crimson #592425
RGB
CMYK
RGB Variations
Color information
#592425 (or 0x592425) is known color: Burnt Crimson. HEX triplet: 59, 24 and 25. RGB value is (89,36,37). Sum of RGB (Red+Green+Blue) = 89+36+37=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592425 is #A6DBDA. Grayscale: #343434. Windows color (decimal): -10935259 or 2434137. OLE color: 2434137.
HSL color Cylindrical-coordinate representation of color #592425: hue angle of 358.87º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592425 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 37 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.65 |
| HSL | 358.87º | 0.42% | 0.25% | - |
| HSV(B) | 358.87º | 0.6% | 0.35% | - |
| XYZ | 5.08 | 3.52 | 2.16 | - |
| YUV | 51.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 37 | 0 | 0.60 | 0.58 | 0.65 | 358.87 | 0.42 | 0.25 |
| Hex | 59 | 24 | 25 | 0 | 3C | 3A | 41 | 167 | 2A | 19 |
| Octal | 131 | 44 | 45 | 0 | 74 | 72 | 101 | 547 | 52 | 31 |
| Binary | 1011001 | 100100 | 100101 | 0 | 111100 | 111010 | 1000001 | 101100111 | 101010 | 11001 |
Color Harmonies of #592425
Complementary color
Monochromatic Colors of #592425
Black with #592425
Text Example
Text Example
White with #592425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592425; }
p { color: rgb(89,36,37); }
H1.HeaderClassName
{
color: #592425;
}
.AnyTagClassName
{
color: #592425;
}
</style>
background-color css
<style>
a { background-color: #592425; }
a { background-color: rgb(89,36,37); }
div.DivClassName
{
background-color: #592425;
}
.BgClassName
{
background-color: #592425;
}
</style>
border-color css
<style>
span { border-color: #592425; }
span { border-color: rgb(89,36,37); }
td.TdClassName
{
border-color: #592425;
}
.TagClassName
{
border-color: #592425;
}
</style>