Shades of Caput Mortuum #612A23
Tints of Caput Mortuum #612A23
RGB
CMYK
RGB Variations
Color information
#612A23 (or 0x612A23) is known color: Caput Mortuum. HEX triplet: 61, 2A and 23. RGB value is (97,42,35). Sum of RGB (Red+Green+Blue) = 97+42+35=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A23 is #9ED5DC. Grayscale: #393939. Windows color (decimal): -10409437 or 2304609. OLE color: 2304609.
HSL color Cylindrical-coordinate representation of color #612A23: hue angle of 6.77º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612A23 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 35 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.62 |
| HSL | 6.77º | 0.47% | 0.26% | - |
| HSV(B) | 6.77º | 0.64% | 0.38% | - |
| XYZ | 6.06 | 4.32 | 2.1 | - |
| YUV | 57.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 35 | 0 | 0.57 | 0.64 | 0.62 | 6.77 | 0.47 | 0.26 |
| Hex | 61 | 2A | 23 | 0 | 39 | 40 | 3E | 7 | 2F | 1A |
| Octal | 141 | 52 | 43 | 0 | 71 | 100 | 76 | 7 | 57 | 32 |
| Binary | 1100001 | 101010 | 100011 | 0 | 111001 | 1000000 | 111110 | 111 | 101111 | 11010 |
Color Harmonies of #612A23
Complementary color
Monochromatic Colors of #612A23
Black with #612A23
Text Example
Text Example
White with #612A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A23; }
p { color: rgb(97,42,35); }
H1.HeaderClassName
{
color: #612A23;
}
.AnyTagClassName
{
color: #612A23;
}
</style>
background-color css
<style>
a { background-color: #612A23; }
a { background-color: rgb(97,42,35); }
div.DivClassName
{
background-color: #612A23;
}
.BgClassName
{
background-color: #612A23;
}
</style>
border-color css
<style>
span { border-color: #612A23; }
span { border-color: rgb(97,42,35); }
td.TdClassName
{
border-color: #612A23;
}
.TagClassName
{
border-color: #612A23;
}
</style>