Shades of Burnt Crimson #5A2325
Tints of Burnt Crimson #5A2325
RGB
CMYK
RGB Variations
Color information
#5A2325 (or 0x5A2325) is known color: Burnt Crimson. HEX triplet: 5A, 23 and 25. RGB value is (90,35,37). Sum of RGB (Red+Green+Blue) = 90+35+37=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2325 is #A5DCDA. Grayscale: #333333. Windows color (decimal): -10869979 or 2433882. OLE color: 2433882.
HSL color Cylindrical-coordinate representation of color #5A2325: hue angle of 357.82º 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 #5A2325 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 37 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.65 |
| HSL | 357.82º | 0.44% | 0.25% | - |
| HSV(B) | 357.82º | 0.61% | 0.35% | - |
| XYZ | 5.15 | 3.51 | 2.16 | - |
| YUV | 51.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 37 | 0 | 0.61 | 0.59 | 0.65 | 357.82 | 0.44 | 0.25 |
| Hex | 5A | 23 | 25 | 0 | 3D | 3B | 41 | 166 | 2C | 19 |
| Octal | 132 | 43 | 45 | 0 | 75 | 73 | 101 | 546 | 54 | 31 |
| Binary | 1011010 | 100011 | 100101 | 0 | 111101 | 111011 | 1000001 | 101100110 | 101100 | 11001 |
Color Harmonies of #5A2325
Complementary color
Monochromatic Colors of #5A2325
Black with #5A2325
Text Example
Text Example
White with #5A2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2325; }
p { color: rgb(90,35,37); }
H1.HeaderClassName
{
color: #5A2325;
}
.AnyTagClassName
{
color: #5A2325;
}
</style>
background-color css
<style>
a { background-color: #5A2325; }
a { background-color: rgb(90,35,37); }
div.DivClassName
{
background-color: #5A2325;
}
.BgClassName
{
background-color: #5A2325;
}
</style>
border-color css
<style>
span { border-color: #5A2325; }
span { border-color: rgb(90,35,37); }
td.TdClassName
{
border-color: #5A2325;
}
.TagClassName
{
border-color: #5A2325;
}
</style>