Shades of Caput Mortuum #4A201B
Tints of Caput Mortuum #4A201B
RGB
CMYK
RGB Variations
Color information
#4A201B (or 0x4A201B) is known color: Caput Mortuum. HEX triplet: 4A, 20 and 1B. RGB value is (74,32,27). Sum of RGB (Red+Green+Blue) = 74+32+27=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A201B is #B5DFE4. Grayscale: #2C2C2C. Windows color (decimal): -11919333 or 1777738. OLE color: 1777738.
HSL color Cylindrical-coordinate representation of color #4A201B: hue angle of 6.38º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A201B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 27 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.71 |
| HSL | 6.38º | 0.47% | 0.2% | - |
| HSV(B) | 6.38º | 0.64% | 0.29% | - |
| XYZ | 3.54 | 2.57 | 1.35 | - |
| YUV | 43.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 27 | 0 | 0.57 | 0.64 | 0.71 | 6.38 | 0.47 | 0.2 |
| Hex | 4A | 20 | 1B | 0 | 39 | 40 | 47 | 6 | 2F | 14 |
| Octal | 112 | 40 | 33 | 0 | 71 | 100 | 107 | 6 | 57 | 24 |
| Binary | 1001010 | 100000 | 11011 | 0 | 111001 | 1000000 | 1000111 | 110 | 101111 | 10100 |
Color Harmonies of #4A201B
Complementary color
Monochromatic Colors of #4A201B
Black with #4A201B
Text Example
Text Example
White with #4A201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A201B; }
p { color: rgb(74,32,27); }
H1.HeaderClassName
{
color: #4A201B;
}
.AnyTagClassName
{
color: #4A201B;
}
</style>
background-color css
<style>
a { background-color: #4A201B; }
a { background-color: rgb(74,32,27); }
div.DivClassName
{
background-color: #4A201B;
}
.BgClassName
{
background-color: #4A201B;
}
</style>
border-color css
<style>
span { border-color: #4A201B; }
span { border-color: rgb(74,32,27); }
td.TdClassName
{
border-color: #4A201B;
}
.TagClassName
{
border-color: #4A201B;
}
</style>