Shades of Caput Mortuum #66261C
Tints of Caput Mortuum #66261C
RGB
CMYK
RGB Variations
Color information
#66261C (or 0x66261C) is known color: Caput Mortuum. HEX triplet: 66, 26 and 1C. RGB value is (102,38,28). Sum of RGB (Red+Green+Blue) = 102+38+28=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66261C is #99D9E3. Grayscale: #383838. Windows color (decimal): -10082788 or 1844838. OLE color: 1844838.
HSL color Cylindrical-coordinate representation of color #66261C: hue angle of 8.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66261C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 28 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.6 |
| HSL | 8.11º | 0.57% | 0.25% | - |
| HSV(B) | 8.11º | 0.73% | 0.4% | - |
| XYZ | 6.38 | 4.29 | 1.59 | - |
| YUV | 56 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 28 | 0 | 0.63 | 0.73 | 0.6 | 8.11 | 0.57 | 0.25 |
| Hex | 66 | 26 | 1C | 0 | 3F | 49 | 3C | 8 | 39 | 19 |
| Octal | 146 | 46 | 34 | 0 | 77 | 111 | 74 | 10 | 71 | 31 |
| Binary | 1100110 | 100110 | 11100 | 0 | 111111 | 1001001 | 111100 | 1000 | 111001 | 11001 |
Color Harmonies of #66261C
Complementary color
Monochromatic Colors of #66261C
Black with #66261C
Text Example
Text Example
White with #66261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66261C; }
p { color: rgb(102,38,28); }
H1.HeaderClassName
{
color: #66261C;
}
.AnyTagClassName
{
color: #66261C;
}
</style>
background-color css
<style>
a { background-color: #66261C; }
a { background-color: rgb(102,38,28); }
div.DivClassName
{
background-color: #66261C;
}
.BgClassName
{
background-color: #66261C;
}
</style>
border-color css
<style>
span { border-color: #66261C; }
span { border-color: rgb(102,38,28); }
td.TdClassName
{
border-color: #66261C;
}
.TagClassName
{
border-color: #66261C;
}
</style>