Shades of Burnt Crimson #521E20
Tints of Burnt Crimson #521E20
RGB
CMYK
RGB Variations
Color information
#521E20 (or 0x521E20) is known color: Burnt Crimson. HEX triplet: 52, 1E and 20. RGB value is (82,30,32). Sum of RGB (Red+Green+Blue) = 82+30+32=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #521E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521E20 is #ADE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11395552 or 2104914. OLE color: 2104914.
HSL color Cylindrical-coordinate representation of color #521E20: hue angle of 357.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #521E20 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 30 | 32 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.68 |
| HSL | 357.69º | 0.46% | 0.22% | - |
| HSV(B) | 357.69º | 0.63% | 0.32% | - |
| XYZ | 4.2 | 2.83 | 1.69 | - |
| YUV | 45.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 32 | 0 | 0.63 | 0.61 | 0.68 | 357.69 | 0.46 | 0.22 |
| Hex | 52 | 1E | 20 | 0 | 3F | 3D | 44 | 166 | 2E | 16 |
| Octal | 122 | 36 | 40 | 0 | 77 | 75 | 104 | 546 | 56 | 26 |
| Binary | 1010010 | 11110 | 100000 | 0 | 111111 | 111101 | 1000100 | 101100110 | 101110 | 10110 |
Color Harmonies of #521E20
Complementary color
Monochromatic Colors of #521E20
Black with #521E20
Text Example
Text Example
White with #521E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E20; }
p { color: rgb(82,30,32); }
H1.HeaderClassName
{
color: #521E20;
}
.AnyTagClassName
{
color: #521E20;
}
</style>
background-color css
<style>
a { background-color: #521E20; }
a { background-color: rgb(82,30,32); }
div.DivClassName
{
background-color: #521E20;
}
.BgClassName
{
background-color: #521E20;
}
</style>
border-color css
<style>
span { border-color: #521E20; }
span { border-color: rgb(82,30,32); }
td.TdClassName
{
border-color: #521E20;
}
.TagClassName
{
border-color: #521E20;
}
</style>