Shades of Caput Mortuum #48221D
Tints of Caput Mortuum #48221D
RGB
CMYK
RGB Variations
Color information
#48221D (or 0x48221D) is known color: Caput Mortuum. HEX triplet: 48, 22 and 1D. RGB value is (72,34,29). Sum of RGB (Red+Green+Blue) = 72+34+29=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221D is #B7DDE2. Grayscale: #2C2C2C. Windows color (decimal): -12049891 or 1909320. OLE color: 1909320.
HSL color Cylindrical-coordinate representation of color #48221D: hue angle of 6.98º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48221D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 29 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.72 |
| HSL | 6.98º | 0.43% | 0.2% | - |
| HSV(B) | 6.98º | 0.6% | 0.28% | - |
| XYZ | 3.47 | 2.61 | 1.48 | - |
| YUV | 44.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 29 | 0 | 0.53 | 0.60 | 0.72 | 6.98 | 0.43 | 0.2 |
| Hex | 48 | 22 | 1D | 0 | 35 | 3C | 48 | 7 | 2B | 14 |
| Octal | 110 | 42 | 35 | 0 | 65 | 74 | 110 | 7 | 53 | 24 |
| Binary | 1001000 | 100010 | 11101 | 0 | 110101 | 111100 | 1001000 | 111 | 101011 | 10100 |
Color Harmonies of #48221D
Complementary color
Monochromatic Colors of #48221D
Black with #48221D
Text Example
Text Example
White with #48221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48221D; }
p { color: rgb(72,34,29); }
H1.HeaderClassName
{
color: #48221D;
}
.AnyTagClassName
{
color: #48221D;
}
</style>
background-color css
<style>
a { background-color: #48221D; }
a { background-color: rgb(72,34,29); }
div.DivClassName
{
background-color: #48221D;
}
.BgClassName
{
background-color: #48221D;
}
</style>
border-color css
<style>
span { border-color: #48221D; }
span { border-color: rgb(72,34,29); }
td.TdClassName
{
border-color: #48221D;
}
.TagClassName
{
border-color: #48221D;
}
</style>