Shades of Caput Mortuum #67251A
Tints of Caput Mortuum #67251A
RGB
CMYK
RGB Variations
Color information
#67251A (or 0x67251A) is known color: Caput Mortuum. HEX triplet: 67, 25 and 1A. RGB value is (103,37,26). Sum of RGB (Red+Green+Blue) = 103+37+26=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67251A is #98DAE5. Grayscale: #373737. Windows color (decimal): -10017510 or 1713511. OLE color: 1713511.
HSL color Cylindrical-coordinate representation of color #67251A: hue angle of 8.57º degrees, saturation: 0.6, 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 #67251A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 26 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.60 |
| HSL | 8.57º | 0.6% | 0.25% | - |
| HSV(B) | 8.57º | 0.75% | 0.4% | - |
| XYZ | 6.44 | 4.28 | 1.46 | - |
| YUV | 55.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 26 | 0 | 0.64 | 0.75 | 0.60 | 8.57 | 0.6 | 0.25 |
| Hex | 67 | 25 | 1A | 0 | 40 | 4B | 3C | 9 | 3C | 19 |
| Octal | 147 | 45 | 32 | 0 | 100 | 113 | 74 | 11 | 74 | 31 |
| Binary | 1100111 | 100101 | 11010 | 0 | 1000000 | 1001011 | 111100 | 1001 | 111100 | 11001 |
Color Harmonies of #67251A
Complementary color
Monochromatic Colors of #67251A
Black with #67251A
Text Example
Text Example
White with #67251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67251A; }
p { color: rgb(103,37,26); }
H1.HeaderClassName
{
color: #67251A;
}
.AnyTagClassName
{
color: #67251A;
}
</style>
background-color css
<style>
a { background-color: #67251A; }
a { background-color: rgb(103,37,26); }
div.DivClassName
{
background-color: #67251A;
}
.BgClassName
{
background-color: #67251A;
}
</style>
border-color css
<style>
span { border-color: #67251A; }
span { border-color: rgb(103,37,26); }
td.TdClassName
{
border-color: #67251A;
}
.TagClassName
{
border-color: #67251A;
}
</style>