Shades of Caput Mortuum #67261D
Tints of Caput Mortuum #67261D
RGB
CMYK
RGB Variations
Color information
#67261D (or 0x67261D) is known color: Caput Mortuum. HEX triplet: 67, 26 and 1D. RGB value is (103,38,29). Sum of RGB (Red+Green+Blue) = 103+38+29=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67261D is #98D9E2. Grayscale: #383838. Windows color (decimal): -10017251 or 1910375. OLE color: 1910375.
HSL color Cylindrical-coordinate representation of color #67261D: hue angle of 7.3º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67261D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 29 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.60 |
| HSL | 7.3º | 0.56% | 0.26% | - |
| HSV(B) | 7.3º | 0.72% | 0.4% | - |
| XYZ | 6.51 | 4.36 | 1.66 | - |
| YUV | 56.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 29 | 0 | 0.63 | 0.72 | 0.60 | 7.3 | 0.56 | 0.26 |
| Hex | 67 | 26 | 1D | 0 | 3F | 48 | 3C | 7 | 38 | 1A |
| Octal | 147 | 46 | 35 | 0 | 77 | 110 | 74 | 7 | 70 | 32 |
| Binary | 1100111 | 100110 | 11101 | 0 | 111111 | 1001000 | 111100 | 111 | 111000 | 11010 |
Color Harmonies of #67261D
Complementary color
Monochromatic Colors of #67261D
Black with #67261D
Text Example
Text Example
White with #67261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67261D; }
p { color: rgb(103,38,29); }
H1.HeaderClassName
{
color: #67261D;
}
.AnyTagClassName
{
color: #67261D;
}
</style>
background-color css
<style>
a { background-color: #67261D; }
a { background-color: rgb(103,38,29); }
div.DivClassName
{
background-color: #67261D;
}
.BgClassName
{
background-color: #67261D;
}
</style>
border-color css
<style>
span { border-color: #67261D; }
span { border-color: rgb(103,38,29); }
td.TdClassName
{
border-color: #67261D;
}
.TagClassName
{
border-color: #67261D;
}
</style>