Shades of Caput Mortuum #67271B
Tints of Caput Mortuum #67271B
RGB
CMYK
RGB Variations
Color information
#67271B (or 0x67271B) is known color: Caput Mortuum. HEX triplet: 67, 27 and 1B. RGB value is (103,39,27). Sum of RGB (Red+Green+Blue) = 103+39+27=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67271B is #98D8E4. Grayscale: #383838. Windows color (decimal): -10016997 or 1779559. OLE color: 1779559.
HSL color Cylindrical-coordinate representation of color #67271B: hue angle of 9.47º 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 #67271B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 27 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.60 |
| HSL | 9.47º | 0.58% | 0.25% | - |
| HSV(B) | 9.47º | 0.74% | 0.4% | - |
| XYZ | 6.52 | 4.41 | 1.55 | - |
| YUV | 56.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 27 | 0 | 0.62 | 0.74 | 0.60 | 9.47 | 0.58 | 0.25 |
| Hex | 67 | 27 | 1B | 0 | 3E | 4A | 3C | 9 | 3A | 19 |
| Octal | 147 | 47 | 33 | 0 | 76 | 112 | 74 | 11 | 72 | 31 |
| Binary | 1100111 | 100111 | 11011 | 0 | 111110 | 1001010 | 111100 | 1001 | 111010 | 11001 |
Color Harmonies of #67271B
Complementary color
Monochromatic Colors of #67271B
Black with #67271B
Text Example
Text Example
White with #67271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67271B; }
p { color: rgb(103,39,27); }
H1.HeaderClassName
{
color: #67271B;
}
.AnyTagClassName
{
color: #67271B;
}
</style>
background-color css
<style>
a { background-color: #67271B; }
a { background-color: rgb(103,39,27); }
div.DivClassName
{
background-color: #67271B;
}
.BgClassName
{
background-color: #67271B;
}
</style>
border-color css
<style>
span { border-color: #67271B; }
span { border-color: rgb(103,39,27); }
td.TdClassName
{
border-color: #67271B;
}
.TagClassName
{
border-color: #67271B;
}
</style>