Shades of Caput Mortuum #61251B
Tints of Caput Mortuum #61251B
RGB
CMYK
RGB Variations
Color information
#61251B (or 0x61251B) is known color: Caput Mortuum. HEX triplet: 61, 25 and 1B. RGB value is (97,37,27). Sum of RGB (Red+Green+Blue) = 97+37+27=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61251B is #9EDAE4. Grayscale: #353535. Windows color (decimal): -10410725 or 1779041. OLE color: 1779041.
HSL color Cylindrical-coordinate representation of color #61251B: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61251B is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 27 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.62 |
| HSL | 8.57º | 0.56% | 0.24% | - |
| HSV(B) | 8.57º | 0.72% | 0.38% | - |
| XYZ | 5.79 | 3.94 | 1.49 | - |
| YUV | 53.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 27 | 0 | 0.62 | 0.72 | 0.62 | 8.57 | 0.56 | 0.24 |
| Hex | 61 | 25 | 1B | 0 | 3E | 48 | 3E | 9 | 38 | 18 |
| Octal | 141 | 45 | 33 | 0 | 76 | 110 | 76 | 11 | 70 | 30 |
| Binary | 1100001 | 100101 | 11011 | 0 | 111110 | 1001000 | 111110 | 1001 | 111000 | 11000 |
Color Harmonies of #61251B
Complementary color
Monochromatic Colors of #61251B
Black with #61251B
Text Example
Text Example
White with #61251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61251B; }
p { color: rgb(97,37,27); }
H1.HeaderClassName
{
color: #61251B;
}
.AnyTagClassName
{
color: #61251B;
}
</style>
background-color css
<style>
a { background-color: #61251B; }
a { background-color: rgb(97,37,27); }
div.DivClassName
{
background-color: #61251B;
}
.BgClassName
{
background-color: #61251B;
}
</style>
border-color css
<style>
span { border-color: #61251B; }
span { border-color: rgb(97,37,27); }
td.TdClassName
{
border-color: #61251B;
}
.TagClassName
{
border-color: #61251B;
}
</style>