Shades of Burnt Crimson #521718
Tints of Burnt Crimson #521718
RGB
CMYK
RGB Variations
Color information
#521718 (or 0x521718) is known color: Burnt Crimson. HEX triplet: 52, 17 and 18. RGB value is (82,23,24). Sum of RGB (Red+Green+Blue) = 82+23+24=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #521718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521718 is #ADE8E7. Grayscale: #282828. Windows color (decimal): -11397352 or 1578834. OLE color: 1578834.
HSL color Cylindrical-coordinate representation of color #521718: hue angle of 358.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521718 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 24 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.68 |
| HSL | 358.98º | 0.56% | 0.21% | - |
| HSV(B) | 358.98º | 0.72% | 0.32% | - |
| XYZ | 3.95 | 2.47 | 1.13 | - |
| YUV | 40.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 24 | 0 | 0.72 | 0.71 | 0.68 | 358.98 | 0.56 | 0.21 |
| Hex | 52 | 17 | 18 | 0 | 48 | 47 | 44 | 167 | 38 | 15 |
| Octal | 122 | 27 | 30 | 0 | 110 | 107 | 104 | 547 | 70 | 25 |
| Binary | 1010010 | 10111 | 11000 | 0 | 1001000 | 1000111 | 1000100 | 101100111 | 111000 | 10101 |
Color Harmonies of #521718
Complementary color
Monochromatic Colors of #521718
Black with #521718
Text Example
Text Example
White with #521718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521718; }
p { color: rgb(82,23,24); }
H1.HeaderClassName
{
color: #521718;
}
.AnyTagClassName
{
color: #521718;
}
</style>
background-color css
<style>
a { background-color: #521718; }
a { background-color: rgb(82,23,24); }
div.DivClassName
{
background-color: #521718;
}
.BgClassName
{
background-color: #521718;
}
</style>
border-color css
<style>
span { border-color: #521718; }
span { border-color: rgb(82,23,24); }
td.TdClassName
{
border-color: #521718;
}
.TagClassName
{
border-color: #521718;
}
</style>