Shades of Burnt Crimson #562027
Tints of Burnt Crimson #562027
RGB
CMYK
RGB Variations
Color information
#562027 (or 0x562027) is known color: Burnt Crimson. HEX triplet: 56, 20 and 27. RGB value is (86,32,39). Sum of RGB (Red+Green+Blue) = 86+32+39=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562027 is #A9DFD8. Grayscale: #303030. Windows color (decimal): -11132889 or 2564182. OLE color: 2564182.
HSL color Cylindrical-coordinate representation of color #562027: hue angle of 352.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562027 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 32 | 39 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.66 |
| HSL | 352.22º | 0.46% | 0.23% | - |
| HSV(B) | 352.22º | 0.63% | 0.34% | - |
| XYZ | 4.72 | 3.16 | 2.28 | - |
| YUV | 48.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 39 | 0 | 0.63 | 0.55 | 0.66 | 352.22 | 0.46 | 0.23 |
| Hex | 56 | 20 | 27 | 0 | 3F | 37 | 42 | 160 | 2E | 17 |
| Octal | 126 | 40 | 47 | 0 | 77 | 67 | 102 | 540 | 56 | 27 |
| Binary | 1010110 | 100000 | 100111 | 0 | 111111 | 110111 | 1000010 | 101100000 | 101110 | 10111 |
Color Harmonies of #562027
Complementary color
Monochromatic Colors of #562027
Black with #562027
Text Example
Text Example
White with #562027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562027; }
p { color: rgb(86,32,39); }
H1.HeaderClassName
{
color: #562027;
}
.AnyTagClassName
{
color: #562027;
}
</style>
background-color css
<style>
a { background-color: #562027; }
a { background-color: rgb(86,32,39); }
div.DivClassName
{
background-color: #562027;
}
.BgClassName
{
background-color: #562027;
}
</style>
border-color css
<style>
span { border-color: #562027; }
span { border-color: rgb(86,32,39); }
td.TdClassName
{
border-color: #562027;
}
.TagClassName
{
border-color: #562027;
}
</style>