Shades of Caput Mortuum #612A1D
Tints of Caput Mortuum #612A1D
RGB
CMYK
RGB Variations
Color information
#612A1D (or 0x612A1D) is known color: Caput Mortuum. HEX triplet: 61, 2A and 1D. RGB value is (97,42,29). Sum of RGB (Red+Green+Blue) = 97+42+29=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A1D is #9ED5E2. Grayscale: #393939. Windows color (decimal): -10409443 or 1911393. OLE color: 1911393.
HSL color Cylindrical-coordinate representation of color #612A1D: hue angle of 11.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612A1D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 29 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.62 |
| HSL | 11.47º | 0.54% | 0.25% | - |
| HSV(B) | 11.47º | 0.7% | 0.38% | - |
| XYZ | 5.98 | 4.29 | 1.67 | - |
| YUV | 56.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 29 | 0 | 0.57 | 0.70 | 0.62 | 11.47 | 0.54 | 0.25 |
| Hex | 61 | 2A | 1D | 0 | 39 | 46 | 3E | B | 36 | 19 |
| Octal | 141 | 52 | 35 | 0 | 71 | 106 | 76 | 13 | 66 | 31 |
| Binary | 1100001 | 101010 | 11101 | 0 | 111001 | 1000110 | 111110 | 1011 | 110110 | 11001 |
Color Harmonies of #612A1D
Complementary color
Monochromatic Colors of #612A1D
Black with #612A1D
Text Example
Text Example
White with #612A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A1D; }
p { color: rgb(97,42,29); }
H1.HeaderClassName
{
color: #612A1D;
}
.AnyTagClassName
{
color: #612A1D;
}
</style>
background-color css
<style>
a { background-color: #612A1D; }
a { background-color: rgb(97,42,29); }
div.DivClassName
{
background-color: #612A1D;
}
.BgClassName
{
background-color: #612A1D;
}
</style>
border-color css
<style>
span { border-color: #612A1D; }
span { border-color: rgb(97,42,29); }
td.TdClassName
{
border-color: #612A1D;
}
.TagClassName
{
border-color: #612A1D;
}
</style>