Shades of Caput Mortuum #65271B
Tints of Caput Mortuum #65271B
RGB
CMYK
RGB Variations
Color information
#65271B (or 0x65271B) is known color: Caput Mortuum. HEX triplet: 65, 27 and 1B. RGB value is (101,39,27). Sum of RGB (Red+Green+Blue) = 101+39+27=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65271B is #9AD8E4. Grayscale: #383838. Windows color (decimal): -10148069 or 1779557. OLE color: 1779557.
HSL color Cylindrical-coordinate representation of color #65271B: hue angle of 9.73º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65271B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 27 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.60 |
| HSL | 9.73º | 0.58% | 0.25% | - |
| HSV(B) | 9.73º | 0.73% | 0.4% | - |
| XYZ | 6.29 | 4.3 | 1.53 | - |
| YUV | 56.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 27 | 0 | 0.61 | 0.73 | 0.60 | 9.73 | 0.58 | 0.25 |
| Hex | 65 | 27 | 1B | 0 | 3D | 49 | 3C | A | 3A | 19 |
| Octal | 145 | 47 | 33 | 0 | 75 | 111 | 74 | 12 | 72 | 31 |
| Binary | 1100101 | 100111 | 11011 | 0 | 111101 | 1001001 | 111100 | 1010 | 111010 | 11001 |
Color Harmonies of #65271B
Complementary color
Monochromatic Colors of #65271B
Black with #65271B
Text Example
Text Example
White with #65271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65271B; }
p { color: rgb(101,39,27); }
H1.HeaderClassName
{
color: #65271B;
}
.AnyTagClassName
{
color: #65271B;
}
</style>
background-color css
<style>
a { background-color: #65271B; }
a { background-color: rgb(101,39,27); }
div.DivClassName
{
background-color: #65271B;
}
.BgClassName
{
background-color: #65271B;
}
</style>
border-color css
<style>
span { border-color: #65271B; }
span { border-color: rgb(101,39,27); }
td.TdClassName
{
border-color: #65271B;
}
.TagClassName
{
border-color: #65271B;
}
</style>