Shades of Caput Mortuum #471F1D
Tints of Caput Mortuum #471F1D
RGB
CMYK
RGB Variations
Color information
#471F1D (or 0x471F1D) is known color: Caput Mortuum. HEX triplet: 47, 1F and 1D. RGB value is (71,31,29). Sum of RGB (Red+Green+Blue) = 71+31+29=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F1D is #B8E0E2. Grayscale: #2A2A2A. Windows color (decimal): -12116195 or 1908551. OLE color: 1908551.
HSL color Cylindrical-coordinate representation of color #471F1D: hue angle of 2.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471F1D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 29 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.72 |
| HSL | 2.86º | 0.42% | 0.2% | - |
| HSV(B) | 2.86º | 0.59% | 0.28% | - |
| XYZ | 3.31 | 2.41 | 1.45 | - |
| YUV | 42.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 29 | 0 | 0.56 | 0.59 | 0.72 | 2.86 | 0.42 | 0.2 |
| Hex | 47 | 1F | 1D | 0 | 38 | 3B | 48 | 3 | 2A | 14 |
| Octal | 107 | 37 | 35 | 0 | 70 | 73 | 110 | 3 | 52 | 24 |
| Binary | 1000111 | 11111 | 11101 | 0 | 111000 | 111011 | 1001000 | 11 | 101010 | 10100 |
Color Harmonies of #471F1D
Complementary color
Monochromatic Colors of #471F1D
Black with #471F1D
Text Example
Text Example
White with #471F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F1D; }
p { color: rgb(71,31,29); }
H1.HeaderClassName
{
color: #471F1D;
}
.AnyTagClassName
{
color: #471F1D;
}
</style>
background-color css
<style>
a { background-color: #471F1D; }
a { background-color: rgb(71,31,29); }
div.DivClassName
{
background-color: #471F1D;
}
.BgClassName
{
background-color: #471F1D;
}
</style>
border-color css
<style>
span { border-color: #471F1D; }
span { border-color: rgb(71,31,29); }
td.TdClassName
{
border-color: #471F1D;
}
.TagClassName
{
border-color: #471F1D;
}
</style>