Shades of Caput Mortuum #67261C
Tints of Caput Mortuum #67261C
RGB
CMYK
RGB Variations
Color information
#67261C (or 0x67261C) is known color: Caput Mortuum. HEX triplet: 67, 26 and 1C. RGB value is (103,38,28). Sum of RGB (Red+Green+Blue) = 103+38+28=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67261C is #98D9E3. Grayscale: #383838. Windows color (decimal): -10017252 or 1844839. OLE color: 1844839.
HSL color Cylindrical-coordinate representation of color #67261C: hue angle of 8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67261C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 28 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.60 |
| HSL | 8º | 0.57% | 0.26% | - |
| HSV(B) | 8º | 0.73% | 0.4% | - |
| XYZ | 6.5 | 4.35 | 1.6 | - |
| YUV | 56.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 28 | 0 | 0.63 | 0.73 | 0.60 | 8 | 0.57 | 0.26 |
| Hex | 67 | 26 | 1C | 0 | 3F | 49 | 3C | 8 | 39 | 1A |
| Octal | 147 | 46 | 34 | 0 | 77 | 111 | 74 | 10 | 71 | 32 |
| Binary | 1100111 | 100110 | 11100 | 0 | 111111 | 1001001 | 111100 | 1000 | 111001 | 11010 |
Color Harmonies of #67261C
Complementary color
Monochromatic Colors of #67261C
Black with #67261C
Text Example
Text Example
White with #67261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67261C; }
p { color: rgb(103,38,28); }
H1.HeaderClassName
{
color: #67261C;
}
.AnyTagClassName
{
color: #67261C;
}
</style>
background-color css
<style>
a { background-color: #67261C; }
a { background-color: rgb(103,38,28); }
div.DivClassName
{
background-color: #67261C;
}
.BgClassName
{
background-color: #67261C;
}
</style>
border-color css
<style>
span { border-color: #67261C; }
span { border-color: rgb(103,38,28); }
td.TdClassName
{
border-color: #67261C;
}
.TagClassName
{
border-color: #67261C;
}
</style>