Shades of Caput Mortuum #69220D
Tints of Caput Mortuum #69220D
RGB
CMYK
RGB Variations
Color information
#69220D (or 0x69220D) is known color: Caput Mortuum. HEX triplet: 69, 22 and 0D. RGB value is (105,34,13). Sum of RGB (Red+Green+Blue) = 105+34+13=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69220D is #96DDF2. Grayscale: #343434. Windows color (decimal): -9887219 or 860777. OLE color: 860777.
HSL color Cylindrical-coordinate representation of color #69220D: hue angle of 13.7º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69220D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 34 | 13 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.59 |
| HSL | 13.7º | 0.78% | 0.23% | - |
| HSV(B) | 13.7º | 0.88% | 0.41% | - |
| XYZ | 6.47 | 4.18 | 0.85 | - |
| YUV | 52.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 13 | 0 | 0.68 | 0.88 | 0.59 | 13.7 | 0.78 | 0.23 |
| Hex | 69 | 22 | D | 0 | 44 | 58 | 3B | E | 4E | 17 |
| Octal | 151 | 42 | 15 | 0 | 104 | 130 | 73 | 16 | 116 | 27 |
| Binary | 1101001 | 100010 | 1101 | 0 | 1000100 | 1011000 | 111011 | 1110 | 1001110 | 10111 |
Color Harmonies of #69220D
Complementary color
Monochromatic Colors of #69220D
Black with #69220D
Text Example
Text Example
White with #69220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69220D; }
p { color: rgb(105,34,13); }
H1.HeaderClassName
{
color: #69220D;
}
.AnyTagClassName
{
color: #69220D;
}
</style>
background-color css
<style>
a { background-color: #69220D; }
a { background-color: rgb(105,34,13); }
div.DivClassName
{
background-color: #69220D;
}
.BgClassName
{
background-color: #69220D;
}
</style>
border-color css
<style>
span { border-color: #69220D; }
span { border-color: rgb(105,34,13); }
td.TdClassName
{
border-color: #69220D;
}
.TagClassName
{
border-color: #69220D;
}
</style>