Shades of Caput Mortuum #482322
Tints of Caput Mortuum #482322
RGB
CMYK
RGB Variations
Color information
#482322 (or 0x482322) is known color: Caput Mortuum. HEX triplet: 48, 23 and 22. RGB value is (72,35,34). Sum of RGB (Red+Green+Blue) = 72+35+34=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482322 is #B7DCDD. Grayscale: #2D2D2D. Windows color (decimal): -12049630 or 2237256. OLE color: 2237256.
HSL color Cylindrical-coordinate representation of color #482322: hue angle of 1.58º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482322 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 34 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.72 |
| HSL | 1.58º | 0.36% | 0.21% | - |
| HSV(B) | 1.58º | 0.53% | 0.28% | - |
| XYZ | 3.56 | 2.7 | 1.85 | - |
| YUV | 45.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 34 | 0 | 0.51 | 0.53 | 0.72 | 1.58 | 0.36 | 0.21 |
| Hex | 48 | 23 | 22 | 0 | 33 | 35 | 48 | 2 | 24 | 15 |
| Octal | 110 | 43 | 42 | 0 | 63 | 65 | 110 | 2 | 44 | 25 |
| Binary | 1001000 | 100011 | 100010 | 0 | 110011 | 110101 | 1001000 | 10 | 100100 | 10101 |
Color Harmonies of #482322
Complementary color
Monochromatic Colors of #482322
Black with #482322
Text Example
Text Example
White with #482322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482322; }
p { color: rgb(72,35,34); }
H1.HeaderClassName
{
color: #482322;
}
.AnyTagClassName
{
color: #482322;
}
</style>
background-color css
<style>
a { background-color: #482322; }
a { background-color: rgb(72,35,34); }
div.DivClassName
{
background-color: #482322;
}
.BgClassName
{
background-color: #482322;
}
</style>
border-color css
<style>
span { border-color: #482322; }
span { border-color: rgb(72,35,34); }
td.TdClassName
{
border-color: #482322;
}
.TagClassName
{
border-color: #482322;
}
</style>