Shades of Burnt Crimson #561D23
Tints of Burnt Crimson #561D23
RGB
CMYK
RGB Variations
Color information
#561D23 (or 0x561D23) is known color: Burnt Crimson. HEX triplet: 56, 1D and 23. RGB value is (86,29,35). Sum of RGB (Red+Green+Blue) = 86+29+35=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D23 is #A9E2DC. Grayscale: #2E2E2E. Windows color (decimal): -11133661 or 2301270. OLE color: 2301270.
HSL color Cylindrical-coordinate representation of color #561D23: hue angle of 353.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D23 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 35 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.66 |
| HSL | 353.68º | 0.5% | 0.23% | - |
| HSV(B) | 353.68º | 0.66% | 0.34% | - |
| XYZ | 4.58 | 2.98 | 1.92 | - |
| YUV | 46.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 35 | 0 | 0.66 | 0.59 | 0.66 | 353.68 | 0.5 | 0.23 |
| Hex | 56 | 1D | 23 | 0 | 42 | 3B | 42 | 162 | 32 | 17 |
| Octal | 126 | 35 | 43 | 0 | 102 | 73 | 102 | 542 | 62 | 27 |
| Binary | 1010110 | 11101 | 100011 | 0 | 1000010 | 111011 | 1000010 | 101100010 | 110010 | 10111 |
Color Harmonies of #561D23
Complementary color
Monochromatic Colors of #561D23
Black with #561D23
Text Example
Text Example
White with #561D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D23; }
p { color: rgb(86,29,35); }
H1.HeaderClassName
{
color: #561D23;
}
.AnyTagClassName
{
color: #561D23;
}
</style>
background-color css
<style>
a { background-color: #561D23; }
a { background-color: rgb(86,29,35); }
div.DivClassName
{
background-color: #561D23;
}
.BgClassName
{
background-color: #561D23;
}
</style>
border-color css
<style>
span { border-color: #561D23; }
span { border-color: rgb(86,29,35); }
td.TdClassName
{
border-color: #561D23;
}
.TagClassName
{
border-color: #561D23;
}
</style>