Shades of Caput Mortuum #612B21
Tints of Caput Mortuum #612B21
RGB
CMYK
RGB Variations
Color information
#612B21 (or 0x612B21) is known color: Caput Mortuum. HEX triplet: 61, 2B and 21. RGB value is (97,43,33). Sum of RGB (Red+Green+Blue) = 97+43+33=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #612B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B21 is #9ED4DE. Grayscale: #3A3A3A. Windows color (decimal): -10409183 or 2173793. OLE color: 2173793.
HSL color Cylindrical-coordinate representation of color #612B21: hue angle of 9.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612B21 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 33 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.62 |
| HSL | 9.38º | 0.49% | 0.25% | - |
| HSV(B) | 9.38º | 0.66% | 0.38% | - |
| XYZ | 6.07 | 4.38 | 1.96 | - |
| YUV | 58.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 33 | 0 | 0.56 | 0.66 | 0.62 | 9.38 | 0.49 | 0.25 |
| Hex | 61 | 2B | 21 | 0 | 38 | 42 | 3E | 9 | 31 | 19 |
| Octal | 141 | 53 | 41 | 0 | 70 | 102 | 76 | 11 | 61 | 31 |
| Binary | 1100001 | 101011 | 100001 | 0 | 111000 | 1000010 | 111110 | 1001 | 110001 | 11001 |
Color Harmonies of #612B21
Complementary color
Monochromatic Colors of #612B21
Black with #612B21
Text Example
Text Example
White with #612B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B21; }
p { color: rgb(97,43,33); }
H1.HeaderClassName
{
color: #612B21;
}
.AnyTagClassName
{
color: #612B21;
}
</style>
background-color css
<style>
a { background-color: #612B21; }
a { background-color: rgb(97,43,33); }
div.DivClassName
{
background-color: #612B21;
}
.BgClassName
{
background-color: #612B21;
}
</style>
border-color css
<style>
span { border-color: #612B21; }
span { border-color: rgb(97,43,33); }
td.TdClassName
{
border-color: #612B21;
}
.TagClassName
{
border-color: #612B21;
}
</style>