Shades of Caput Mortuum #612B24
Tints of Caput Mortuum #612B24
RGB
CMYK
RGB Variations
Color information
#612B24 (or 0x612B24) is known color: Caput Mortuum. HEX triplet: 61, 2B and 24. RGB value is (97,43,36). Sum of RGB (Red+Green+Blue) = 97+43+36=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #612B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B24 is #9ED4DB. Grayscale: #3A3A3A. Windows color (decimal): -10409180 or 2370401. OLE color: 2370401.
HSL color Cylindrical-coordinate representation of color #612B24: hue angle of 6.89º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612B24 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 36 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.62 |
| HSL | 6.89º | 0.46% | 0.26% | - |
| HSV(B) | 6.89º | 0.63% | 0.38% | - |
| XYZ | 6.11 | 4.4 | 2.2 | - |
| YUV | 58.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 36 | 0 | 0.56 | 0.63 | 0.62 | 6.89 | 0.46 | 0.26 |
| Hex | 61 | 2B | 24 | 0 | 38 | 3F | 3E | 7 | 2E | 1A |
| Octal | 141 | 53 | 44 | 0 | 70 | 77 | 76 | 7 | 56 | 32 |
| Binary | 1100001 | 101011 | 100100 | 0 | 111000 | 111111 | 111110 | 111 | 101110 | 11010 |
Color Harmonies of #612B24
Complementary color
Monochromatic Colors of #612B24
Black with #612B24
Text Example
Text Example
White with #612B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B24; }
p { color: rgb(97,43,36); }
H1.HeaderClassName
{
color: #612B24;
}
.AnyTagClassName
{
color: #612B24;
}
</style>
background-color css
<style>
a { background-color: #612B24; }
a { background-color: rgb(97,43,36); }
div.DivClassName
{
background-color: #612B24;
}
.BgClassName
{
background-color: #612B24;
}
</style>
border-color css
<style>
span { border-color: #612B24; }
span { border-color: rgb(97,43,36); }
td.TdClassName
{
border-color: #612B24;
}
.TagClassName
{
border-color: #612B24;
}
</style>