Shades of Burnt Crimson #531215
Tints of Burnt Crimson #531215
RGB
CMYK
RGB Variations
Color information
#531215 (or 0x531215) is known color: Burnt Crimson. HEX triplet: 53, 12 and 15. RGB value is (83,18,21). Sum of RGB (Red+Green+Blue) = 83+18+21=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531215 is #ACEDEA. Grayscale: #252525. Windows color (decimal): -11333099 or 1380947. OLE color: 1380947.
HSL color Cylindrical-coordinate representation of color #531215: hue angle of 357.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531215 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 21 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.67 |
| HSL | 357.23º | 0.64% | 0.2% | - |
| HSV(B) | 357.23º | 0.78% | 0.33% | - |
| XYZ | 3.92 | 2.33 | 0.95 | - |
| YUV | 37.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 21 | 0 | 0.78 | 0.75 | 0.67 | 357.23 | 0.64 | 0.2 |
| Hex | 53 | 12 | 15 | 0 | 4E | 4B | 43 | 165 | 40 | 14 |
| Octal | 123 | 22 | 25 | 0 | 116 | 113 | 103 | 545 | 100 | 24 |
| Binary | 1010011 | 10010 | 10101 | 0 | 1001110 | 1001011 | 1000011 | 101100101 | 1000000 | 10100 |
Color Harmonies of #531215
Complementary color
Monochromatic Colors of #531215
Black with #531215
Text Example
Text Example
White with #531215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531215; }
p { color: rgb(83,18,21); }
H1.HeaderClassName
{
color: #531215;
}
.AnyTagClassName
{
color: #531215;
}
</style>
background-color css
<style>
a { background-color: #531215; }
a { background-color: rgb(83,18,21); }
div.DivClassName
{
background-color: #531215;
}
.BgClassName
{
background-color: #531215;
}
</style>
border-color css
<style>
span { border-color: #531215; }
span { border-color: rgb(83,18,21); }
td.TdClassName
{
border-color: #531215;
}
.TagClassName
{
border-color: #531215;
}
</style>