Shades of Caput Mortuum #67281B
Tints of Caput Mortuum #67281B
RGB
CMYK
RGB Variations
Color information
#67281B (or 0x67281B) is known color: Caput Mortuum. HEX triplet: 67, 28 and 1B. RGB value is (103,40,27). Sum of RGB (Red+Green+Blue) = 103+40+27=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67281B is #98D7E4. Grayscale: #393939. Windows color (decimal): -10016741 or 1779815. OLE color: 1779815.
HSL color Cylindrical-coordinate representation of color #67281B: hue angle of 10.26º 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 #67281B is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 27 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.60 |
| HSL | 10.26º | 0.58% | 0.25% | - |
| HSV(B) | 10.26º | 0.74% | 0.4% | - |
| XYZ | 6.55 | 4.48 | 1.56 | - |
| YUV | 57.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 27 | 0 | 0.61 | 0.74 | 0.60 | 10.26 | 0.58 | 0.25 |
| Hex | 67 | 28 | 1B | 0 | 3D | 4A | 3C | A | 3A | 19 |
| Octal | 147 | 50 | 33 | 0 | 75 | 112 | 74 | 12 | 72 | 31 |
| Binary | 1100111 | 101000 | 11011 | 0 | 111101 | 1001010 | 111100 | 1010 | 111010 | 11001 |
Color Harmonies of #67281B
Complementary color
Monochromatic Colors of #67281B
Black with #67281B
Text Example
Text Example
White with #67281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67281B; }
p { color: rgb(103,40,27); }
H1.HeaderClassName
{
color: #67281B;
}
.AnyTagClassName
{
color: #67281B;
}
</style>
background-color css
<style>
a { background-color: #67281B; }
a { background-color: rgb(103,40,27); }
div.DivClassName
{
background-color: #67281B;
}
.BgClassName
{
background-color: #67281B;
}
</style>
border-color css
<style>
span { border-color: #67281B; }
span { border-color: rgb(103,40,27); }
td.TdClassName
{
border-color: #67281B;
}
.TagClassName
{
border-color: #67281B;
}
</style>