Shades of Caput Mortuum #622A1F
Tints of Caput Mortuum #622A1F
RGB
CMYK
RGB Variations
Color information
#622A1F (or 0x622A1F) is known color: Caput Mortuum. HEX triplet: 62, 2A and 1F. RGB value is (98,42,31). Sum of RGB (Red+Green+Blue) = 98+42+31=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A1F is #9DD5E0. Grayscale: #393939. Windows color (decimal): -10343905 or 2042466. OLE color: 2042466.
HSL color Cylindrical-coordinate representation of color #622A1F: hue angle of 9.85º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #622A1F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 31 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.62 |
| HSL | 9.85º | 0.52% | 0.25% | - |
| HSV(B) | 9.85º | 0.68% | 0.38% | - |
| XYZ | 6.11 | 4.35 | 1.81 | - |
| YUV | 57.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 31 | 0 | 0.57 | 0.68 | 0.62 | 9.85 | 0.52 | 0.25 |
| Hex | 62 | 2A | 1F | 0 | 39 | 44 | 3E | A | 34 | 19 |
| Octal | 142 | 52 | 37 | 0 | 71 | 104 | 76 | 12 | 64 | 31 |
| Binary | 1100010 | 101010 | 11111 | 0 | 111001 | 1000100 | 111110 | 1010 | 110100 | 11001 |
Color Harmonies of #622A1F
Complementary color
Monochromatic Colors of #622A1F
Black with #622A1F
Text Example
Text Example
White with #622A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A1F; }
p { color: rgb(98,42,31); }
H1.HeaderClassName
{
color: #622A1F;
}
.AnyTagClassName
{
color: #622A1F;
}
</style>
background-color css
<style>
a { background-color: #622A1F; }
a { background-color: rgb(98,42,31); }
div.DivClassName
{
background-color: #622A1F;
}
.BgClassName
{
background-color: #622A1F;
}
</style>
border-color css
<style>
span { border-color: #622A1F; }
span { border-color: rgb(98,42,31); }
td.TdClassName
{
border-color: #622A1F;
}
.TagClassName
{
border-color: #622A1F;
}
</style>