Shades of Burnt Crimson #521415
Tints of Burnt Crimson #521415
RGB
CMYK
RGB Variations
Color information
#521415 (or 0x521415) is known color: Burnt Crimson. HEX triplet: 52, 14 and 15. RGB value is (82,20,21). Sum of RGB (Red+Green+Blue) = 82+20+21=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521415 is #ADEBEA. Grayscale: #262626. Windows color (decimal): -11398123 or 1381458. OLE color: 1381458.
HSL color Cylindrical-coordinate representation of color #521415: hue angle of 359.03º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521415 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 21 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.68 |
| HSL | 359.03º | 0.61% | 0.2% | - |
| HSV(B) | 359.03º | 0.76% | 0.32% | - |
| XYZ | 3.87 | 2.35 | 0.96 | - |
| YUV | 38.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 21 | 0 | 0.76 | 0.74 | 0.68 | 359.03 | 0.61 | 0.2 |
| Hex | 52 | 14 | 15 | 0 | 4C | 4A | 44 | 167 | 3D | 14 |
| Octal | 122 | 24 | 25 | 0 | 114 | 112 | 104 | 547 | 75 | 24 |
| Binary | 1010010 | 10100 | 10101 | 0 | 1001100 | 1001010 | 1000100 | 101100111 | 111101 | 10100 |
Color Harmonies of #521415
Complementary color
Monochromatic Colors of #521415
Black with #521415
Text Example
Text Example
White with #521415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521415; }
p { color: rgb(82,20,21); }
H1.HeaderClassName
{
color: #521415;
}
.AnyTagClassName
{
color: #521415;
}
</style>
background-color css
<style>
a { background-color: #521415; }
a { background-color: rgb(82,20,21); }
div.DivClassName
{
background-color: #521415;
}
.BgClassName
{
background-color: #521415;
}
</style>
border-color css
<style>
span { border-color: #521415; }
span { border-color: rgb(82,20,21); }
td.TdClassName
{
border-color: #521415;
}
.TagClassName
{
border-color: #521415;
}
</style>