Shades of Burnt Crimson #521C1D
Tints of Burnt Crimson #521C1D
RGB
CMYK
RGB Variations
Color information
#521C1D (or 0x521C1D) is known color: Burnt Crimson. HEX triplet: 52, 1C and 1D. RGB value is (82,28,29). Sum of RGB (Red+Green+Blue) = 82+28+29=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C1D is #ADE3E2. Grayscale: #2C2C2C. Windows color (decimal): -11396067 or 1907794. OLE color: 1907794.
HSL color Cylindrical-coordinate representation of color #521C1D: hue angle of 358.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C1D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 29 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.68 |
| HSL | 358.89º | 0.49% | 0.22% | - |
| HSV(B) | 358.89º | 0.66% | 0.32% | - |
| XYZ | 4.12 | 2.71 | 1.47 | - |
| YUV | 44.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 29 | 0 | 0.66 | 0.65 | 0.68 | 358.89 | 0.49 | 0.22 |
| Hex | 52 | 1C | 1D | 0 | 42 | 41 | 44 | 167 | 31 | 16 |
| Octal | 122 | 34 | 35 | 0 | 102 | 101 | 104 | 547 | 61 | 26 |
| Binary | 1010010 | 11100 | 11101 | 0 | 1000010 | 1000001 | 1000100 | 101100111 | 110001 | 10110 |
Color Harmonies of #521C1D
Complementary color
Monochromatic Colors of #521C1D
Black with #521C1D
Text Example
Text Example
White with #521C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C1D; }
p { color: rgb(82,28,29); }
H1.HeaderClassName
{
color: #521C1D;
}
.AnyTagClassName
{
color: #521C1D;
}
</style>
background-color css
<style>
a { background-color: #521C1D; }
a { background-color: rgb(82,28,29); }
div.DivClassName
{
background-color: #521C1D;
}
.BgClassName
{
background-color: #521C1D;
}
</style>
border-color css
<style>
span { border-color: #521C1D; }
span { border-color: rgb(82,28,29); }
td.TdClassName
{
border-color: #521C1D;
}
.TagClassName
{
border-color: #521C1D;
}
</style>