Shades of Burnt Crimson #592328
Tints of Burnt Crimson #592328
RGB
CMYK
RGB Variations
Color information
#592328 (or 0x592328) is known color: Burnt Crimson. HEX triplet: 59, 23 and 28. RGB value is (89,35,40). Sum of RGB (Red+Green+Blue) = 89+35+40=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #592328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592328 is #A6DCD7. Grayscale: #333333. Windows color (decimal): -10935512 or 2630489. OLE color: 2630489.
HSL color Cylindrical-coordinate representation of color #592328: hue angle of 354.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592328 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 40 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.65 |
| HSL | 354.44º | 0.44% | 0.24% | - |
| HSV(B) | 354.44º | 0.61% | 0.35% | - |
| XYZ | 5.1 | 3.48 | 2.41 | - |
| YUV | 51.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 40 | 0 | 0.61 | 0.55 | 0.65 | 354.44 | 0.44 | 0.24 |
| Hex | 59 | 23 | 28 | 0 | 3D | 37 | 41 | 162 | 2C | 18 |
| Octal | 131 | 43 | 50 | 0 | 75 | 67 | 101 | 542 | 54 | 30 |
| Binary | 1011001 | 100011 | 101000 | 0 | 111101 | 110111 | 1000001 | 101100010 | 101100 | 11000 |
Color Harmonies of #592328
Complementary color
Monochromatic Colors of #592328
Black with #592328
Text Example
Text Example
White with #592328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592328; }
p { color: rgb(89,35,40); }
H1.HeaderClassName
{
color: #592328;
}
.AnyTagClassName
{
color: #592328;
}
</style>
background-color css
<style>
a { background-color: #592328; }
a { background-color: rgb(89,35,40); }
div.DivClassName
{
background-color: #592328;
}
.BgClassName
{
background-color: #592328;
}
</style>
border-color css
<style>
span { border-color: #592328; }
span { border-color: rgb(89,35,40); }
td.TdClassName
{
border-color: #592328;
}
.TagClassName
{
border-color: #592328;
}
</style>