Shades of Burnt Crimson #561A1D
Tints of Burnt Crimson #561A1D
RGB
CMYK
RGB Variations
Color information
#561A1D (or 0x561A1D) is known color: Burnt Crimson. HEX triplet: 56, 1A and 1D. RGB value is (86,26,29). Sum of RGB (Red+Green+Blue) = 86+26+29=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A1D is #A9E5E2. Grayscale: #2C2C2C. Windows color (decimal): -11134435 or 1907286. OLE color: 1907286.
HSL color Cylindrical-coordinate representation of color #561A1D: hue angle of 357º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A1D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 29 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.66 |
| HSL | 357º | 0.54% | 0.22% | - |
| HSV(B) | 357º | 0.7% | 0.34% | - |
| XYZ | 4.43 | 2.81 | 1.47 | - |
| YUV | 44.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 29 | 0 | 0.70 | 0.66 | 0.66 | 357 | 0.54 | 0.22 |
| Hex | 56 | 1A | 1D | 0 | 46 | 42 | 42 | 165 | 36 | 16 |
| Octal | 126 | 32 | 35 | 0 | 106 | 102 | 102 | 545 | 66 | 26 |
| Binary | 1010110 | 11010 | 11101 | 0 | 1000110 | 1000010 | 1000010 | 101100101 | 110110 | 10110 |
Color Harmonies of #561A1D
Complementary color
Monochromatic Colors of #561A1D
Black with #561A1D
Text Example
Text Example
White with #561A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A1D; }
p { color: rgb(86,26,29); }
H1.HeaderClassName
{
color: #561A1D;
}
.AnyTagClassName
{
color: #561A1D;
}
</style>
background-color css
<style>
a { background-color: #561A1D; }
a { background-color: rgb(86,26,29); }
div.DivClassName
{
background-color: #561A1D;
}
.BgClassName
{
background-color: #561A1D;
}
</style>
border-color css
<style>
span { border-color: #561A1D; }
span { border-color: rgb(86,26,29); }
td.TdClassName
{
border-color: #561A1D;
}
.TagClassName
{
border-color: #561A1D;
}
</style>