Shades of Burnt Crimson #5A2829
Tints of Burnt Crimson #5A2829
RGB
CMYK
RGB Variations
Color information
#5A2829 (or 0x5A2829) is known color: Burnt Crimson. HEX triplet: 5A, 28 and 29. RGB value is (90,40,41). Sum of RGB (Red+Green+Blue) = 90+40+41=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2829 is #A5D7D6. Grayscale: #373737. Windows color (decimal): -10868695 or 2697306. OLE color: 2697306.
HSL color Cylindrical-coordinate representation of color #5A2829: hue angle of 358.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A2829 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 41 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.65 |
| HSL | 358.8º | 0.38% | 0.25% | - |
| HSV(B) | 358.8º | 0.56% | 0.35% | - |
| XYZ | 5.38 | 3.85 | 2.56 | - |
| YUV | 55.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 41 | 0 | 0.56 | 0.54 | 0.65 | 358.8 | 0.38 | 0.25 |
| Hex | 5A | 28 | 29 | 0 | 38 | 36 | 41 | 167 | 26 | 19 |
| Octal | 132 | 50 | 51 | 0 | 70 | 66 | 101 | 547 | 46 | 31 |
| Binary | 1011010 | 101000 | 101001 | 0 | 111000 | 110110 | 1000001 | 101100111 | 100110 | 11001 |
Color Harmonies of #5A2829
Complementary color
Monochromatic Colors of #5A2829
Black with #5A2829
Text Example
Text Example
White with #5A2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2829; }
p { color: rgb(90,40,41); }
H1.HeaderClassName
{
color: #5A2829;
}
.AnyTagClassName
{
color: #5A2829;
}
</style>
background-color css
<style>
a { background-color: #5A2829; }
a { background-color: rgb(90,40,41); }
div.DivClassName
{
background-color: #5A2829;
}
.BgClassName
{
background-color: #5A2829;
}
</style>
border-color css
<style>
span { border-color: #5A2829; }
span { border-color: rgb(90,40,41); }
td.TdClassName
{
border-color: #5A2829;
}
.TagClassName
{
border-color: #5A2829;
}
</style>