Shades of Burnt Crimson #561E25
Tints of Burnt Crimson #561E25
RGB
CMYK
RGB Variations
Color information
#561E25 (or 0x561E25) is known color: Burnt Crimson. HEX triplet: 56, 1E and 25. RGB value is (86,30,37). Sum of RGB (Red+Green+Blue) = 86+30+37=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E25 is #A9E1DA. Grayscale: #2F2F2F. Windows color (decimal): -11133403 or 2432598. OLE color: 2432598.
HSL color Cylindrical-coordinate representation of color #561E25: hue angle of 352.5º 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 #561E25 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 37 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.66 |
| HSL | 352.5º | 0.48% | 0.23% | - |
| HSV(B) | 352.5º | 0.65% | 0.34% | - |
| XYZ | 4.64 | 3.04 | 2.09 | - |
| YUV | 47.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 37 | 0 | 0.65 | 0.57 | 0.66 | 352.5 | 0.48 | 0.23 |
| Hex | 56 | 1E | 25 | 0 | 41 | 39 | 42 | 160 | 30 | 17 |
| Octal | 126 | 36 | 45 | 0 | 101 | 71 | 102 | 540 | 60 | 27 |
| Binary | 1010110 | 11110 | 100101 | 0 | 1000001 | 111001 | 1000010 | 101100000 | 110000 | 10111 |
Color Harmonies of #561E25
Complementary color
Monochromatic Colors of #561E25
Black with #561E25
Text Example
Text Example
White with #561E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E25; }
p { color: rgb(86,30,37); }
H1.HeaderClassName
{
color: #561E25;
}
.AnyTagClassName
{
color: #561E25;
}
</style>
background-color css
<style>
a { background-color: #561E25; }
a { background-color: rgb(86,30,37); }
div.DivClassName
{
background-color: #561E25;
}
.BgClassName
{
background-color: #561E25;
}
</style>
border-color css
<style>
span { border-color: #561E25; }
span { border-color: rgb(86,30,37); }
td.TdClassName
{
border-color: #561E25;
}
.TagClassName
{
border-color: #561E25;
}
</style>