Shades of Caput Mortuum #461F1D
Tints of Caput Mortuum #461F1D
RGB
CMYK
RGB Variations
Color information
#461F1D (or 0x461F1D) is known color: Caput Mortuum. HEX triplet: 46, 1F and 1D. RGB value is (70,31,29). Sum of RGB (Red+Green+Blue) = 70+31+29=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1D is #B9E0E2. Grayscale: #2A2A2A. Windows color (decimal): -12181731 or 1908550. OLE color: 1908550.
HSL color Cylindrical-coordinate representation of color #461F1D: hue angle of 2.93º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461F1D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 29 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.73 |
| HSL | 2.93º | 0.41% | 0.19% | - |
| HSV(B) | 2.93º | 0.59% | 0.27% | - |
| XYZ | 3.24 | 2.37 | 1.45 | - |
| YUV | 42.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 29 | 0 | 0.56 | 0.59 | 0.73 | 2.93 | 0.41 | 0.19 |
| Hex | 46 | 1F | 1D | 0 | 38 | 3B | 49 | 3 | 29 | 13 |
| Octal | 106 | 37 | 35 | 0 | 70 | 73 | 111 | 3 | 51 | 23 |
| Binary | 1000110 | 11111 | 11101 | 0 | 111000 | 111011 | 1001001 | 11 | 101001 | 10011 |
Color Harmonies of #461F1D
Complementary color
Monochromatic Colors of #461F1D
Black with #461F1D
Text Example
Text Example
White with #461F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F1D; }
p { color: rgb(70,31,29); }
H1.HeaderClassName
{
color: #461F1D;
}
.AnyTagClassName
{
color: #461F1D;
}
</style>
background-color css
<style>
a { background-color: #461F1D; }
a { background-color: rgb(70,31,29); }
div.DivClassName
{
background-color: #461F1D;
}
.BgClassName
{
background-color: #461F1D;
}
</style>
border-color css
<style>
span { border-color: #461F1D; }
span { border-color: rgb(70,31,29); }
td.TdClassName
{
border-color: #461F1D;
}
.TagClassName
{
border-color: #461F1D;
}
</style>