Shades of Caput Mortuum #481D1B
Tints of Caput Mortuum #481D1B
RGB
CMYK
RGB Variations
Color information
#481D1B (or 0x481D1B) is known color: Caput Mortuum. HEX triplet: 48, 1D and 1B. RGB value is (72,29,27). Sum of RGB (Red+Green+Blue) = 72+29+27=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1B is #B7E2E4. Grayscale: #292929. Windows color (decimal): -12051173 or 1776968. OLE color: 1776968.
HSL color Cylindrical-coordinate representation of color #481D1B: hue angle of 2.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481D1B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 27 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.72 |
| HSL | 2.67º | 0.45% | 0.19% | - |
| HSV(B) | 2.67º | 0.63% | 0.28% | - |
| XYZ | 3.31 | 2.34 | 1.31 | - |
| YUV | 41.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 27 | 0 | 0.60 | 0.62 | 0.72 | 2.67 | 0.45 | 0.19 |
| Hex | 48 | 1D | 1B | 0 | 3C | 3E | 48 | 3 | 2D | 13 |
| Octal | 110 | 35 | 33 | 0 | 74 | 76 | 110 | 3 | 55 | 23 |
| Binary | 1001000 | 11101 | 11011 | 0 | 111100 | 111110 | 1001000 | 11 | 101101 | 10011 |
Color Harmonies of #481D1B
Complementary color
Monochromatic Colors of #481D1B
Black with #481D1B
Text Example
Text Example
White with #481D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D1B; }
p { color: rgb(72,29,27); }
H1.HeaderClassName
{
color: #481D1B;
}
.AnyTagClassName
{
color: #481D1B;
}
</style>
background-color css
<style>
a { background-color: #481D1B; }
a { background-color: rgb(72,29,27); }
div.DivClassName
{
background-color: #481D1B;
}
.BgClassName
{
background-color: #481D1B;
}
</style>
border-color css
<style>
span { border-color: #481D1B; }
span { border-color: rgb(72,29,27); }
td.TdClassName
{
border-color: #481D1B;
}
.TagClassName
{
border-color: #481D1B;
}
</style>