Shades of Caput Mortuum #612D25
Tints of Caput Mortuum #612D25
RGB
CMYK
RGB Variations
Color information
#612D25 (or 0x612D25) is known color: Caput Mortuum. HEX triplet: 61, 2D and 25. RGB value is (97,45,37). Sum of RGB (Red+Green+Blue) = 97+45+37=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #612D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D25 is #9ED2DA. Grayscale: #3B3B3B. Windows color (decimal): -10408667 or 2436449. OLE color: 2436449.
HSL color Cylindrical-coordinate representation of color #612D25: hue angle of 8º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612D25 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 37 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.62 |
| HSL | 8º | 0.45% | 0.26% | - |
| HSV(B) | 8º | 0.62% | 0.38% | - |
| XYZ | 6.2 | 4.55 | 2.3 | - |
| YUV | 59.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 37 | 0 | 0.54 | 0.62 | 0.62 | 8 | 0.45 | 0.26 |
| Hex | 61 | 2D | 25 | 0 | 36 | 3E | 3E | 8 | 2D | 1A |
| Octal | 141 | 55 | 45 | 0 | 66 | 76 | 76 | 10 | 55 | 32 |
| Binary | 1100001 | 101101 | 100101 | 0 | 110110 | 111110 | 111110 | 1000 | 101101 | 11010 |
Color Harmonies of #612D25
Complementary color
Monochromatic Colors of #612D25
Black with #612D25
Text Example
Text Example
White with #612D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D25; }
p { color: rgb(97,45,37); }
H1.HeaderClassName
{
color: #612D25;
}
.AnyTagClassName
{
color: #612D25;
}
</style>
background-color css
<style>
a { background-color: #612D25; }
a { background-color: rgb(97,45,37); }
div.DivClassName
{
background-color: #612D25;
}
.BgClassName
{
background-color: #612D25;
}
</style>
border-color css
<style>
span { border-color: #612D25; }
span { border-color: rgb(97,45,37); }
td.TdClassName
{
border-color: #612D25;
}
.TagClassName
{
border-color: #612D25;
}
</style>