Shades of Caput Mortuum #66271A
Tints of Caput Mortuum #66271A
RGB
CMYK
RGB Variations
Color information
#66271A (or 0x66271A) is known color: Caput Mortuum. HEX triplet: 66, 27 and 1A. RGB value is (102,39,26). Sum of RGB (Red+Green+Blue) = 102+39+26=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66271A is #99D8E5. Grayscale: #383838. Windows color (decimal): -10082534 or 1714022. OLE color: 1714022.
HSL color Cylindrical-coordinate representation of color #66271A: hue angle of 10.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66271A is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 26 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.6 |
| HSL | 10.26º | 0.59% | 0.25% | - |
| HSV(B) | 10.26º | 0.75% | 0.4% | - |
| XYZ | 6.39 | 4.35 | 1.48 | - |
| YUV | 56.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 26 | 0 | 0.62 | 0.75 | 0.6 | 10.26 | 0.59 | 0.25 |
| Hex | 66 | 27 | 1A | 0 | 3E | 4B | 3C | A | 3B | 19 |
| Octal | 146 | 47 | 32 | 0 | 76 | 113 | 74 | 12 | 73 | 31 |
| Binary | 1100110 | 100111 | 11010 | 0 | 111110 | 1001011 | 111100 | 1010 | 111011 | 11001 |
Color Harmonies of #66271A
Complementary color
Monochromatic Colors of #66271A
Black with #66271A
Text Example
Text Example
White with #66271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66271A; }
p { color: rgb(102,39,26); }
H1.HeaderClassName
{
color: #66271A;
}
.AnyTagClassName
{
color: #66271A;
}
</style>
background-color css
<style>
a { background-color: #66271A; }
a { background-color: rgb(102,39,26); }
div.DivClassName
{
background-color: #66271A;
}
.BgClassName
{
background-color: #66271A;
}
</style>
border-color css
<style>
span { border-color: #66271A; }
span { border-color: rgb(102,39,26); }
td.TdClassName
{
border-color: #66271A;
}
.TagClassName
{
border-color: #66271A;
}
</style>