Shades of Caput Mortuum #562A1B
Tints of Caput Mortuum #562A1B
RGB
CMYK
RGB Variations
Color information
#562A1B (or 0x562A1B) is known color: Caput Mortuum. HEX triplet: 56, 2A and 1B. RGB value is (86,42,27). Sum of RGB (Red+Green+Blue) = 86+42+27=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #562A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A1B is #A9D5E4. Grayscale: #353535. Windows color (decimal): -11130341 or 1780310. OLE color: 1780310.
HSL color Cylindrical-coordinate representation of color #562A1B: hue angle of 15.25º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562A1B is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 27 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.66 |
| HSL | 15.25º | 0.52% | 0.22% | - |
| HSV(B) | 15.25º | 0.69% | 0.34% | - |
| XYZ | 4.86 | 3.71 | 1.5 | - |
| YUV | 53.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 27 | 0 | 0.51 | 0.69 | 0.66 | 15.25 | 0.52 | 0.22 |
| Hex | 56 | 2A | 1B | 0 | 33 | 45 | 42 | F | 34 | 16 |
| Octal | 126 | 52 | 33 | 0 | 63 | 105 | 102 | 17 | 64 | 26 |
| Binary | 1010110 | 101010 | 11011 | 0 | 110011 | 1000101 | 1000010 | 1111 | 110100 | 10110 |
Color Harmonies of #562A1B
Complementary color
Monochromatic Colors of #562A1B
Black with #562A1B
Text Example
Text Example
White with #562A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A1B; }
p { color: rgb(86,42,27); }
H1.HeaderClassName
{
color: #562A1B;
}
.AnyTagClassName
{
color: #562A1B;
}
</style>
background-color css
<style>
a { background-color: #562A1B; }
a { background-color: rgb(86,42,27); }
div.DivClassName
{
background-color: #562A1B;
}
.BgClassName
{
background-color: #562A1B;
}
</style>
border-color css
<style>
span { border-color: #562A1B; }
span { border-color: rgb(86,42,27); }
td.TdClassName
{
border-color: #562A1B;
}
.TagClassName
{
border-color: #562A1B;
}
</style>