Shades of Burnt Crimson #531315
Tints of Burnt Crimson #531315
RGB
CMYK
RGB Variations
Color information
#531315 (or 0x531315) is known color: Burnt Crimson. HEX triplet: 53, 13 and 15. RGB value is (83,19,21). Sum of RGB (Red+Green+Blue) = 83+19+21=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531315 is #ACECEA. Grayscale: #262626. Windows color (decimal): -11332843 or 1381203. OLE color: 1381203.
HSL color Cylindrical-coordinate representation of color #531315: hue angle of 358.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531315 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 21 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.67 |
| HSL | 358.13º | 0.63% | 0.2% | - |
| HSV(B) | 358.13º | 0.77% | 0.33% | - |
| XYZ | 3.94 | 2.36 | 0.96 | - |
| YUV | 38.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 21 | 0 | 0.77 | 0.75 | 0.67 | 358.13 | 0.63 | 0.2 |
| Hex | 53 | 13 | 15 | 0 | 4D | 4B | 43 | 166 | 3F | 14 |
| Octal | 123 | 23 | 25 | 0 | 115 | 113 | 103 | 546 | 77 | 24 |
| Binary | 1010011 | 10011 | 10101 | 0 | 1001101 | 1001011 | 1000011 | 101100110 | 111111 | 10100 |
Color Harmonies of #531315
Complementary color
Monochromatic Colors of #531315
Black with #531315
Text Example
Text Example
White with #531315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531315; }
p { color: rgb(83,19,21); }
H1.HeaderClassName
{
color: #531315;
}
.AnyTagClassName
{
color: #531315;
}
</style>
background-color css
<style>
a { background-color: #531315; }
a { background-color: rgb(83,19,21); }
div.DivClassName
{
background-color: #531315;
}
.BgClassName
{
background-color: #531315;
}
</style>
border-color css
<style>
span { border-color: #531315; }
span { border-color: rgb(83,19,21); }
td.TdClassName
{
border-color: #531315;
}
.TagClassName
{
border-color: #531315;
}
</style>