Shades of Caput Mortuum #452321
Tints of Caput Mortuum #452321
RGB
CMYK
RGB Variations
Color information
#452321 (or 0x452321) is known color: Caput Mortuum. HEX triplet: 45, 23 and 21. RGB value is (69,35,33). Sum of RGB (Red+Green+Blue) = 69+35+33=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #452321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452321 is #BADCDE. Grayscale: #2C2C2C. Windows color (decimal): -12246239 or 2171717. OLE color: 2171717.
HSL color Cylindrical-coordinate representation of color #452321: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452321 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 33 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.73 |
| HSL | 3.33º | 0.35% | 0.2% | - |
| HSV(B) | 3.33º | 0.52% | 0.27% | - |
| XYZ | 3.33 | 2.58 | 1.76 | - |
| YUV | 44.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 33 | 0 | 0.49 | 0.52 | 0.73 | 3.33 | 0.35 | 0.2 |
| Hex | 45 | 23 | 21 | 0 | 31 | 34 | 49 | 3 | 23 | 14 |
| Octal | 105 | 43 | 41 | 0 | 61 | 64 | 111 | 3 | 43 | 24 |
| Binary | 1000101 | 100011 | 100001 | 0 | 110001 | 110100 | 1001001 | 11 | 100011 | 10100 |
Color Harmonies of #452321
Complementary color
Monochromatic Colors of #452321
Black with #452321
Text Example
Text Example
White with #452321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452321; }
p { color: rgb(69,35,33); }
H1.HeaderClassName
{
color: #452321;
}
.AnyTagClassName
{
color: #452321;
}
</style>
background-color css
<style>
a { background-color: #452321; }
a { background-color: rgb(69,35,33); }
div.DivClassName
{
background-color: #452321;
}
.BgClassName
{
background-color: #452321;
}
</style>
border-color css
<style>
span { border-color: #452321; }
span { border-color: rgb(69,35,33); }
td.TdClassName
{
border-color: #452321;
}
.TagClassName
{
border-color: #452321;
}
</style>