Shades of Burnt Crimson #521D20
Tints of Burnt Crimson #521D20
RGB
CMYK
RGB Variations
Color information
#521D20 (or 0x521D20) is known color: Burnt Crimson. HEX triplet: 52, 1D and 20. RGB value is (82,29,32). Sum of RGB (Red+Green+Blue) = 82+29+32=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D20 is #ADE2DF. Grayscale: #2D2D2D. Windows color (decimal): -11395808 or 2104658. OLE color: 2104658.
HSL color Cylindrical-coordinate representation of color #521D20: hue angle of 356.6º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D20 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 32 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.68 |
| HSL | 356.6º | 0.48% | 0.22% | - |
| HSV(B) | 356.6º | 0.65% | 0.32% | - |
| XYZ | 4.18 | 2.78 | 1.68 | - |
| YUV | 45.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 32 | 0 | 0.65 | 0.61 | 0.68 | 356.6 | 0.48 | 0.22 |
| Hex | 52 | 1D | 20 | 0 | 41 | 3D | 44 | 165 | 30 | 16 |
| Octal | 122 | 35 | 40 | 0 | 101 | 75 | 104 | 545 | 60 | 26 |
| Binary | 1010010 | 11101 | 100000 | 0 | 1000001 | 111101 | 1000100 | 101100101 | 110000 | 10110 |
Color Harmonies of #521D20
Complementary color
Monochromatic Colors of #521D20
Black with #521D20
Text Example
Text Example
White with #521D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D20; }
p { color: rgb(82,29,32); }
H1.HeaderClassName
{
color: #521D20;
}
.AnyTagClassName
{
color: #521D20;
}
</style>
background-color css
<style>
a { background-color: #521D20; }
a { background-color: rgb(82,29,32); }
div.DivClassName
{
background-color: #521D20;
}
.BgClassName
{
background-color: #521D20;
}
</style>
border-color css
<style>
span { border-color: #521D20; }
span { border-color: rgb(82,29,32); }
td.TdClassName
{
border-color: #521D20;
}
.TagClassName
{
border-color: #521D20;
}
</style>