Shades of Burnt Crimson #561E26
Tints of Burnt Crimson #561E26
RGB
CMYK
RGB Variations
Color information
#561E26 (or 0x561E26) is known color: Burnt Crimson. HEX triplet: 56, 1E and 26. RGB value is (86,30,38). Sum of RGB (Red+Green+Blue) = 86+30+38=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #561E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E26 is #A9E1D9. Grayscale: #2F2F2F. Windows color (decimal): -11133402 or 2498134. OLE color: 2498134.
HSL color Cylindrical-coordinate representation of color #561E26: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E26 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 38 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.66 |
| HSL | 351.43º | 0.48% | 0.23% | - |
| HSV(B) | 351.43º | 0.65% | 0.34% | - |
| XYZ | 4.65 | 3.05 | 2.18 | - |
| YUV | 47.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 38 | 0 | 0.65 | 0.56 | 0.66 | 351.43 | 0.48 | 0.23 |
| Hex | 56 | 1E | 26 | 0 | 41 | 38 | 42 | 15F | 30 | 17 |
| Octal | 126 | 36 | 46 | 0 | 101 | 70 | 102 | 537 | 60 | 27 |
| Binary | 1010110 | 11110 | 100110 | 0 | 1000001 | 111000 | 1000010 | 101011111 | 110000 | 10111 |
Color Harmonies of #561E26
Complementary color
Monochromatic Colors of #561E26
Black with #561E26
Text Example
Text Example
White with #561E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E26; }
p { color: rgb(86,30,38); }
H1.HeaderClassName
{
color: #561E26;
}
.AnyTagClassName
{
color: #561E26;
}
</style>
background-color css
<style>
a { background-color: #561E26; }
a { background-color: rgb(86,30,38); }
div.DivClassName
{
background-color: #561E26;
}
.BgClassName
{
background-color: #561E26;
}
</style>
border-color css
<style>
span { border-color: #561E26; }
span { border-color: rgb(86,30,38); }
td.TdClassName
{
border-color: #561E26;
}
.TagClassName
{
border-color: #561E26;
}
</style>