Shades of Caput Mortuum #612B1C
Tints of Caput Mortuum #612B1C
RGB
CMYK
RGB Variations
Color information
#612B1C (or 0x612B1C) is known color: Caput Mortuum. HEX triplet: 61, 2B and 1C. RGB value is (97,43,28). Sum of RGB (Red+Green+Blue) = 97+43+28=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B1C is #9ED4E3. Grayscale: #393939. Windows color (decimal): -10409188 or 1846113. OLE color: 1846113.
HSL color Cylindrical-coordinate representation of color #612B1C: hue angle of 13.04º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612B1C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 28 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.62 |
| HSL | 13.04º | 0.55% | 0.25% | - |
| HSV(B) | 13.04º | 0.71% | 0.38% | - |
| XYZ | 6 | 4.35 | 1.62 | - |
| YUV | 57.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 28 | 0 | 0.56 | 0.71 | 0.62 | 13.04 | 0.55 | 0.25 |
| Hex | 61 | 2B | 1C | 0 | 38 | 47 | 3E | D | 37 | 19 |
| Octal | 141 | 53 | 34 | 0 | 70 | 107 | 76 | 15 | 67 | 31 |
| Binary | 1100001 | 101011 | 11100 | 0 | 111000 | 1000111 | 111110 | 1101 | 110111 | 11001 |
Color Harmonies of #612B1C
Complementary color
Monochromatic Colors of #612B1C
Black with #612B1C
Text Example
Text Example
White with #612B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B1C; }
p { color: rgb(97,43,28); }
H1.HeaderClassName
{
color: #612B1C;
}
.AnyTagClassName
{
color: #612B1C;
}
</style>
background-color css
<style>
a { background-color: #612B1C; }
a { background-color: rgb(97,43,28); }
div.DivClassName
{
background-color: #612B1C;
}
.BgClassName
{
background-color: #612B1C;
}
</style>
border-color css
<style>
span { border-color: #612B1C; }
span { border-color: rgb(97,43,28); }
td.TdClassName
{
border-color: #612B1C;
}
.TagClassName
{
border-color: #612B1C;
}
</style>