Shades of Burnt Crimson #521719
Tints of Burnt Crimson #521719
RGB
CMYK
RGB Variations
Color information
#521719 (or 0x521719) is known color: Burnt Crimson. HEX triplet: 52, 17 and 19. RGB value is (82,23,25). Sum of RGB (Red+Green+Blue) = 82+23+25=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521719 is #ADE8E6. Grayscale: #282828. Windows color (decimal): -11397351 or 1644370. OLE color: 1644370.
HSL color Cylindrical-coordinate representation of color #521719: hue angle of 357.97º 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 #521719 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 25 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.68 |
| HSL | 357.97º | 0.56% | 0.21% | - |
| HSV(B) | 357.97º | 0.72% | 0.32% | - |
| XYZ | 3.96 | 2.48 | 1.19 | - |
| YUV | 40.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 25 | 0 | 0.72 | 0.70 | 0.68 | 357.97 | 0.56 | 0.21 |
| Hex | 52 | 17 | 19 | 0 | 48 | 46 | 44 | 166 | 38 | 15 |
| Octal | 122 | 27 | 31 | 0 | 110 | 106 | 104 | 546 | 70 | 25 |
| Binary | 1010010 | 10111 | 11001 | 0 | 1001000 | 1000110 | 1000100 | 101100110 | 111000 | 10101 |
Color Harmonies of #521719
Complementary color
Monochromatic Colors of #521719
Black with #521719
Text Example
Text Example
White with #521719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521719; }
p { color: rgb(82,23,25); }
H1.HeaderClassName
{
color: #521719;
}
.AnyTagClassName
{
color: #521719;
}
</style>
background-color css
<style>
a { background-color: #521719; }
a { background-color: rgb(82,23,25); }
div.DivClassName
{
background-color: #521719;
}
.BgClassName
{
background-color: #521719;
}
</style>
border-color css
<style>
span { border-color: #521719; }
span { border-color: rgb(82,23,25); }
td.TdClassName
{
border-color: #521719;
}
.TagClassName
{
border-color: #521719;
}
</style>