Shades of Burnt Crimson #561A1B
Tints of Burnt Crimson #561A1B
RGB
CMYK
RGB Variations
Color information
#561A1B (or 0x561A1B) is known color: Burnt Crimson. HEX triplet: 56, 1A and 1B. RGB value is (86,26,27). Sum of RGB (Red+Green+Blue) = 86+26+27=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #561A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A1B is #A9E5E4. Grayscale: #2C2C2C. Windows color (decimal): -11134437 or 1776214. OLE color: 1776214.
HSL color Cylindrical-coordinate representation of color #561A1B: hue angle of 359º 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 #561A1B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 27 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.66 |
| HSL | 359º | 0.54% | 0.22% | - |
| HSV(B) | 359º | 0.7% | 0.34% | - |
| XYZ | 4.4 | 2.8 | 1.34 | - |
| YUV | 44.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 27 | 0 | 0.70 | 0.69 | 0.66 | 359 | 0.54 | 0.22 |
| Hex | 56 | 1A | 1B | 0 | 46 | 45 | 42 | 167 | 36 | 16 |
| Octal | 126 | 32 | 33 | 0 | 106 | 105 | 102 | 547 | 66 | 26 |
| Binary | 1010110 | 11010 | 11011 | 0 | 1000110 | 1000101 | 1000010 | 101100111 | 110110 | 10110 |
Color Harmonies of #561A1B
Complementary color
Monochromatic Colors of #561A1B
Black with #561A1B
Text Example
Text Example
White with #561A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A1B; }
p { color: rgb(86,26,27); }
H1.HeaderClassName
{
color: #561A1B;
}
.AnyTagClassName
{
color: #561A1B;
}
</style>
background-color css
<style>
a { background-color: #561A1B; }
a { background-color: rgb(86,26,27); }
div.DivClassName
{
background-color: #561A1B;
}
.BgClassName
{
background-color: #561A1B;
}
</style>
border-color css
<style>
span { border-color: #561A1B; }
span { border-color: rgb(86,26,27); }
td.TdClassName
{
border-color: #561A1B;
}
.TagClassName
{
border-color: #561A1B;
}
</style>