Shades of Burnt Crimson #5A2324
Tints of Burnt Crimson #5A2324
RGB
CMYK
RGB Variations
Color information
#5A2324 (or 0x5A2324) is known color: Burnt Crimson. HEX triplet: 5A, 23 and 24. RGB value is (90,35,36). Sum of RGB (Red+Green+Blue) = 90+35+36=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2324 is #A5DCDB. Grayscale: #333333. Windows color (decimal): -10869980 or 2368346. OLE color: 2368346.
HSL color Cylindrical-coordinate representation of color #5A2324: hue angle of 358.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A2324 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 36 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.65 |
| HSL | 358.91º | 0.44% | 0.25% | - |
| HSV(B) | 358.91º | 0.61% | 0.35% | - |
| XYZ | 5.14 | 3.5 | 2.07 | - |
| YUV | 51.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 36 | 0 | 0.61 | 0.60 | 0.65 | 358.91 | 0.44 | 0.25 |
| Hex | 5A | 23 | 24 | 0 | 3D | 3C | 41 | 167 | 2C | 19 |
| Octal | 132 | 43 | 44 | 0 | 75 | 74 | 101 | 547 | 54 | 31 |
| Binary | 1011010 | 100011 | 100100 | 0 | 111101 | 111100 | 1000001 | 101100111 | 101100 | 11001 |
Color Harmonies of #5A2324
Complementary color
Monochromatic Colors of #5A2324
Black with #5A2324
Text Example
Text Example
White with #5A2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2324; }
p { color: rgb(90,35,36); }
H1.HeaderClassName
{
color: #5A2324;
}
.AnyTagClassName
{
color: #5A2324;
}
</style>
background-color css
<style>
a { background-color: #5A2324; }
a { background-color: rgb(90,35,36); }
div.DivClassName
{
background-color: #5A2324;
}
.BgClassName
{
background-color: #5A2324;
}
</style>
border-color css
<style>
span { border-color: #5A2324; }
span { border-color: rgb(90,35,36); }
td.TdClassName
{
border-color: #5A2324;
}
.TagClassName
{
border-color: #5A2324;
}
</style>