Shades of Caput Mortuum #66261B
Tints of Caput Mortuum #66261B
RGB
CMYK
RGB Variations
Color information
#66261B (or 0x66261B) is known color: Caput Mortuum. HEX triplet: 66, 26 and 1B. RGB value is (102,38,27). Sum of RGB (Red+Green+Blue) = 102+38+27=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66261B is #99D9E4. Grayscale: #373737. Windows color (decimal): -10082789 or 1779302. OLE color: 1779302.
HSL color Cylindrical-coordinate representation of color #66261B: hue angle of 8.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66261B is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 27 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.6 |
| HSL | 8.8º | 0.58% | 0.25% | - |
| HSV(B) | 8.8º | 0.74% | 0.4% | - |
| XYZ | 6.37 | 4.29 | 1.53 | - |
| YUV | 55.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 27 | 0 | 0.63 | 0.74 | 0.6 | 8.8 | 0.58 | 0.25 |
| Hex | 66 | 26 | 1B | 0 | 3F | 4A | 3C | 9 | 3A | 19 |
| Octal | 146 | 46 | 33 | 0 | 77 | 112 | 74 | 11 | 72 | 31 |
| Binary | 1100110 | 100110 | 11011 | 0 | 111111 | 1001010 | 111100 | 1001 | 111010 | 11001 |
Color Harmonies of #66261B
Complementary color
Monochromatic Colors of #66261B
Black with #66261B
Text Example
Text Example
White with #66261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66261B; }
p { color: rgb(102,38,27); }
H1.HeaderClassName
{
color: #66261B;
}
.AnyTagClassName
{
color: #66261B;
}
</style>
background-color css
<style>
a { background-color: #66261B; }
a { background-color: rgb(102,38,27); }
div.DivClassName
{
background-color: #66261B;
}
.BgClassName
{
background-color: #66261B;
}
</style>
border-color css
<style>
span { border-color: #66261B; }
span { border-color: rgb(102,38,27); }
td.TdClassName
{
border-color: #66261B;
}
.TagClassName
{
border-color: #66261B;
}
</style>