Shades of Burnt Crimson #5A2025
Tints of Burnt Crimson #5A2025
RGB
CMYK
RGB Variations
Color information
#5A2025 (or 0x5A2025) is known color: Burnt Crimson. HEX triplet: 5A, 20 and 25. RGB value is (90,32,37). Sum of RGB (Red+Green+Blue) = 90+32+37=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2025 is #A5DFDA. Grayscale: #313131. Windows color (decimal): -10870747 or 2433114. OLE color: 2433114.
HSL color Cylindrical-coordinate representation of color #5A2025: hue angle of 354.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2025 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 37 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.65 |
| HSL | 354.83º | 0.48% | 0.24% | - |
| HSV(B) | 354.83º | 0.64% | 0.35% | - |
| XYZ | 5.07 | 3.34 | 2.13 | - |
| YUV | 49.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 37 | 0 | 0.64 | 0.59 | 0.65 | 354.83 | 0.48 | 0.24 |
| Hex | 5A | 20 | 25 | 0 | 40 | 3B | 41 | 163 | 30 | 18 |
| Octal | 132 | 40 | 45 | 0 | 100 | 73 | 101 | 543 | 60 | 30 |
| Binary | 1011010 | 100000 | 100101 | 0 | 1000000 | 111011 | 1000001 | 101100011 | 110000 | 11000 |
Color Harmonies of #5A2025
Complementary color
Monochromatic Colors of #5A2025
Black with #5A2025
Text Example
Text Example
White with #5A2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2025; }
p { color: rgb(90,32,37); }
H1.HeaderClassName
{
color: #5A2025;
}
.AnyTagClassName
{
color: #5A2025;
}
</style>
background-color css
<style>
a { background-color: #5A2025; }
a { background-color: rgb(90,32,37); }
div.DivClassName
{
background-color: #5A2025;
}
.BgClassName
{
background-color: #5A2025;
}
</style>
border-color css
<style>
span { border-color: #5A2025; }
span { border-color: rgb(90,32,37); }
td.TdClassName
{
border-color: #5A2025;
}
.TagClassName
{
border-color: #5A2025;
}
</style>