Shades of Caput Mortuum #622C1C
Tints of Caput Mortuum #622C1C
RGB
CMYK
RGB Variations
Color information
#622C1C (or 0x622C1C) is known color: Caput Mortuum. HEX triplet: 62, 2C and 1C. RGB value is (98,44,28). Sum of RGB (Red+Green+Blue) = 98+44+28=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C1C is #9DD3E3. Grayscale: #3A3A3A. Windows color (decimal): -10343396 or 1846370. OLE color: 1846370.
HSL color Cylindrical-coordinate representation of color #622C1C: hue angle of 13.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #622C1C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 28 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.62 |
| HSL | 13.71º | 0.56% | 0.25% | - |
| HSV(B) | 13.71º | 0.71% | 0.38% | - |
| XYZ | 6.15 | 4.48 | 1.64 | - |
| YUV | 58.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 28 | 0 | 0.55 | 0.71 | 0.62 | 13.71 | 0.56 | 0.25 |
| Hex | 62 | 2C | 1C | 0 | 37 | 47 | 3E | E | 38 | 19 |
| Octal | 142 | 54 | 34 | 0 | 67 | 107 | 76 | 16 | 70 | 31 |
| Binary | 1100010 | 101100 | 11100 | 0 | 110111 | 1000111 | 111110 | 1110 | 111000 | 11001 |
Color Harmonies of #622C1C
Complementary color
Monochromatic Colors of #622C1C
Black with #622C1C
Text Example
Text Example
White with #622C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C1C; }
p { color: rgb(98,44,28); }
H1.HeaderClassName
{
color: #622C1C;
}
.AnyTagClassName
{
color: #622C1C;
}
</style>
background-color css
<style>
a { background-color: #622C1C; }
a { background-color: rgb(98,44,28); }
div.DivClassName
{
background-color: #622C1C;
}
.BgClassName
{
background-color: #622C1C;
}
</style>
border-color css
<style>
span { border-color: #622C1C; }
span { border-color: rgb(98,44,28); }
td.TdClassName
{
border-color: #622C1C;
}
.TagClassName
{
border-color: #622C1C;
}
</style>