Shades of Caput Mortuum #67271C
Tints of Caput Mortuum #67271C
RGB
CMYK
RGB Variations
Color information
#67271C (or 0x67271C) is known color: Caput Mortuum. HEX triplet: 67, 27 and 1C. RGB value is (103,39,28). Sum of RGB (Red+Green+Blue) = 103+39+28=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67271C is #98D8E3. Grayscale: #383838. Windows color (decimal): -10016996 or 1845095. OLE color: 1845095.
HSL color Cylindrical-coordinate representation of color #67271C: hue angle of 8.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 #67271C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 28 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.60 |
| HSL | 8.8º | 0.57% | 0.26% | - |
| HSV(B) | 8.8º | 0.73% | 0.4% | - |
| XYZ | 6.53 | 4.42 | 1.61 | - |
| YUV | 56.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 28 | 0 | 0.62 | 0.73 | 0.60 | 8.8 | 0.57 | 0.26 |
| Hex | 67 | 27 | 1C | 0 | 3E | 49 | 3C | 9 | 39 | 1A |
| Octal | 147 | 47 | 34 | 0 | 76 | 111 | 74 | 11 | 71 | 32 |
| Binary | 1100111 | 100111 | 11100 | 0 | 111110 | 1001001 | 111100 | 1001 | 111001 | 11010 |
Color Harmonies of #67271C
Complementary color
Monochromatic Colors of #67271C
Black with #67271C
Text Example
Text Example
White with #67271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67271C; }
p { color: rgb(103,39,28); }
H1.HeaderClassName
{
color: #67271C;
}
.AnyTagClassName
{
color: #67271C;
}
</style>
background-color css
<style>
a { background-color: #67271C; }
a { background-color: rgb(103,39,28); }
div.DivClassName
{
background-color: #67271C;
}
.BgClassName
{
background-color: #67271C;
}
</style>
border-color css
<style>
span { border-color: #67271C; }
span { border-color: rgb(103,39,28); }
td.TdClassName
{
border-color: #67271C;
}
.TagClassName
{
border-color: #67271C;
}
</style>