Shades of Caput Mortuum #69271A
Tints of Caput Mortuum #69271A
RGB
CMYK
RGB Variations
Color information
#69271A (or 0x69271A) is known color: Caput Mortuum. HEX triplet: 69, 27 and 1A. RGB value is (105,39,26). Sum of RGB (Red+Green+Blue) = 105+39+26=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #69271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69271A is #96D8E5. Grayscale: #393939. Windows color (decimal): -9885926 or 1714025. OLE color: 1714025.
HSL color Cylindrical-coordinate representation of color #69271A: hue angle of 9.87º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69271A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 26 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.59 |
| HSL | 9.87º | 0.6% | 0.26% | - |
| HSV(B) | 9.87º | 0.75% | 0.41% | - |
| XYZ | 6.74 | 4.53 | 1.5 | - |
| YUV | 57.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 26 | 0 | 0.63 | 0.75 | 0.59 | 9.87 | 0.6 | 0.26 |
| Hex | 69 | 27 | 1A | 0 | 3F | 4B | 3B | A | 3C | 1A |
| Octal | 151 | 47 | 32 | 0 | 77 | 113 | 73 | 12 | 74 | 32 |
| Binary | 1101001 | 100111 | 11010 | 0 | 111111 | 1001011 | 111011 | 1010 | 111100 | 11010 |
Color Harmonies of #69271A
Complementary color
Monochromatic Colors of #69271A
Black with #69271A
Text Example
Text Example
White with #69271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69271A; }
p { color: rgb(105,39,26); }
H1.HeaderClassName
{
color: #69271A;
}
.AnyTagClassName
{
color: #69271A;
}
</style>
background-color css
<style>
a { background-color: #69271A; }
a { background-color: rgb(105,39,26); }
div.DivClassName
{
background-color: #69271A;
}
.BgClassName
{
background-color: #69271A;
}
</style>
border-color css
<style>
span { border-color: #69271A; }
span { border-color: rgb(105,39,26); }
td.TdClassName
{
border-color: #69271A;
}
.TagClassName
{
border-color: #69271A;
}
</style>