Shades of Caput Mortuum #4A2321
Tints of Caput Mortuum #4A2321
RGB
CMYK
RGB Variations
Color information
#4A2321 (or 0x4A2321) is known color: Caput Mortuum. HEX triplet: 4A, 23 and 21. RGB value is (74,35,33). Sum of RGB (Red+Green+Blue) = 74+35+33=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2321 is #B5DCDE. Grayscale: #2E2E2E. Windows color (decimal): -11918559 or 2171722. OLE color: 2171722.
HSL color Cylindrical-coordinate representation of color #4A2321: hue angle of 2.93º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A2321 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 35 | 33 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.71 |
| HSL | 2.93º | 0.38% | 0.21% | - |
| HSV(B) | 2.93º | 0.55% | 0.29% | - |
| XYZ | 3.7 | 2.77 | 1.78 | - |
| YUV | 46.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 33 | 0 | 0.53 | 0.55 | 0.71 | 2.93 | 0.38 | 0.21 |
| Hex | 4A | 23 | 21 | 0 | 35 | 37 | 47 | 3 | 26 | 15 |
| Octal | 112 | 43 | 41 | 0 | 65 | 67 | 107 | 3 | 46 | 25 |
| Binary | 1001010 | 100011 | 100001 | 0 | 110101 | 110111 | 1000111 | 11 | 100110 | 10101 |
Color Harmonies of #4A2321
Complementary color
Monochromatic Colors of #4A2321
Black with #4A2321
Text Example
Text Example
White with #4A2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2321; }
p { color: rgb(74,35,33); }
H1.HeaderClassName
{
color: #4A2321;
}
.AnyTagClassName
{
color: #4A2321;
}
</style>
background-color css
<style>
a { background-color: #4A2321; }
a { background-color: rgb(74,35,33); }
div.DivClassName
{
background-color: #4A2321;
}
.BgClassName
{
background-color: #4A2321;
}
</style>
border-color css
<style>
span { border-color: #4A2321; }
span { border-color: rgb(74,35,33); }
td.TdClassName
{
border-color: #4A2321;
}
.TagClassName
{
border-color: #4A2321;
}
</style>