Shades of Caput Mortuum #4A2521
Tints of Caput Mortuum #4A2521
RGB
CMYK
RGB Variations
Color information
#4A2521 (or 0x4A2521) is known color: Caput Mortuum. HEX triplet: 4A, 25 and 21. RGB value is (74,37,33). Sum of RGB (Red+Green+Blue) = 74+37+33=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2521 is #B5DADE. Grayscale: #2F2F2F. Windows color (decimal): -11918047 or 2172234. OLE color: 2172234.
HSL color Cylindrical-coordinate representation of color #4A2521: hue angle of 5.85º 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 #4A2521 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 33 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.71 |
| HSL | 5.85º | 0.38% | 0.21% | - |
| HSV(B) | 5.85º | 0.55% | 0.29% | - |
| XYZ | 3.76 | 2.89 | 1.8 | - |
| YUV | 47.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 33 | 0 | 0.50 | 0.55 | 0.71 | 5.85 | 0.38 | 0.21 |
| Hex | 4A | 25 | 21 | 0 | 32 | 37 | 47 | 6 | 26 | 15 |
| Octal | 112 | 45 | 41 | 0 | 62 | 67 | 107 | 6 | 46 | 25 |
| Binary | 1001010 | 100101 | 100001 | 0 | 110010 | 110111 | 1000111 | 110 | 100110 | 10101 |
Color Harmonies of #4A2521
Complementary color
Monochromatic Colors of #4A2521
Black with #4A2521
Text Example
Text Example
White with #4A2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2521; }
p { color: rgb(74,37,33); }
H1.HeaderClassName
{
color: #4A2521;
}
.AnyTagClassName
{
color: #4A2521;
}
</style>
background-color css
<style>
a { background-color: #4A2521; }
a { background-color: rgb(74,37,33); }
div.DivClassName
{
background-color: #4A2521;
}
.BgClassName
{
background-color: #4A2521;
}
</style>
border-color css
<style>
span { border-color: #4A2521; }
span { border-color: rgb(74,37,33); }
td.TdClassName
{
border-color: #4A2521;
}
.TagClassName
{
border-color: #4A2521;
}
</style>