Shades of Burnt Crimson #521618
Tints of Burnt Crimson #521618
RGB
CMYK
RGB Variations
Color information
#521618 (or 0x521618) is known color: Burnt Crimson. HEX triplet: 52, 16 and 18. RGB value is (82,22,24). Sum of RGB (Red+Green+Blue) = 82+22+24=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #521618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521618 is #ADE9E7. Grayscale: #282828. Windows color (decimal): -11397608 or 1578578. OLE color: 1578578.
HSL color Cylindrical-coordinate representation of color #521618: hue angle of 358º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521618 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 24 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.68 |
| HSL | 358º | 0.58% | 0.2% | - |
| HSV(B) | 358º | 0.73% | 0.32% | - |
| XYZ | 3.93 | 2.43 | 1.13 | - |
| YUV | 40.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 24 | 0 | 0.73 | 0.71 | 0.68 | 358 | 0.58 | 0.2 |
| Hex | 52 | 16 | 18 | 0 | 49 | 47 | 44 | 166 | 3A | 14 |
| Octal | 122 | 26 | 30 | 0 | 111 | 107 | 104 | 546 | 72 | 24 |
| Binary | 1010010 | 10110 | 11000 | 0 | 1001001 | 1000111 | 1000100 | 101100110 | 111010 | 10100 |
Color Harmonies of #521618
Complementary color
Monochromatic Colors of #521618
Black with #521618
Text Example
Text Example
White with #521618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521618; }
p { color: rgb(82,22,24); }
H1.HeaderClassName
{
color: #521618;
}
.AnyTagClassName
{
color: #521618;
}
</style>
background-color css
<style>
a { background-color: #521618; }
a { background-color: rgb(82,22,24); }
div.DivClassName
{
background-color: #521618;
}
.BgClassName
{
background-color: #521618;
}
</style>
border-color css
<style>
span { border-color: #521618; }
span { border-color: rgb(82,22,24); }
td.TdClassName
{
border-color: #521618;
}
.TagClassName
{
border-color: #521618;
}
</style>