Shades of Caput Mortuum #4A1F1C
Tints of Caput Mortuum #4A1F1C
RGB
CMYK
RGB Variations
Color information
#4A1F1C (or 0x4A1F1C) is known color: Caput Mortuum. HEX triplet: 4A, 1F and 1C. RGB value is (74,31,28). Sum of RGB (Red+Green+Blue) = 74+31+28=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F1C is #B5E0E3. Grayscale: #2B2B2B. Windows color (decimal): -11919588 or 1843018. OLE color: 1843018.
HSL color Cylindrical-coordinate representation of color #4A1F1C: hue angle of 3.91º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A1F1C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 28 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.71 |
| HSL | 3.91º | 0.45% | 0.2% | - |
| HSV(B) | 3.91º | 0.62% | 0.29% | - |
| XYZ | 3.52 | 2.52 | 1.4 | - |
| YUV | 43.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 28 | 0 | 0.58 | 0.62 | 0.71 | 3.91 | 0.45 | 0.2 |
| Hex | 4A | 1F | 1C | 0 | 3A | 3E | 47 | 4 | 2D | 14 |
| Octal | 112 | 37 | 34 | 0 | 72 | 76 | 107 | 4 | 55 | 24 |
| Binary | 1001010 | 11111 | 11100 | 0 | 111010 | 111110 | 1000111 | 100 | 101101 | 10100 |
Color Harmonies of #4A1F1C
Complementary color
Monochromatic Colors of #4A1F1C
Black with #4A1F1C
Text Example
Text Example
White with #4A1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F1C; }
p { color: rgb(74,31,28); }
H1.HeaderClassName
{
color: #4A1F1C;
}
.AnyTagClassName
{
color: #4A1F1C;
}
</style>
background-color css
<style>
a { background-color: #4A1F1C; }
a { background-color: rgb(74,31,28); }
div.DivClassName
{
background-color: #4A1F1C;
}
.BgClassName
{
background-color: #4A1F1C;
}
</style>
border-color css
<style>
span { border-color: #4A1F1C; }
span { border-color: rgb(74,31,28); }
td.TdClassName
{
border-color: #4A1F1C;
}
.TagClassName
{
border-color: #4A1F1C;
}
</style>