Shades of Caput Mortuum #622A1B
Tints of Caput Mortuum #622A1B
RGB
CMYK
RGB Variations
Color information
#622A1B (or 0x622A1B) is known color: Caput Mortuum. HEX triplet: 62, 2A and 1B. RGB value is (98,42,27). Sum of RGB (Red+Green+Blue) = 98+42+27=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #622A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A1B is #9DD5E4. Grayscale: #393939. Windows color (decimal): -10343909 or 1780322. OLE color: 1780322.
HSL color Cylindrical-coordinate representation of color #622A1B: hue angle of 12.68º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #622A1B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 27 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.62 |
| HSL | 12.68º | 0.57% | 0.25% | - |
| HSV(B) | 12.68º | 0.72% | 0.38% | - |
| XYZ | 6.06 | 4.33 | 1.55 | - |
| YUV | 57.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 27 | 0 | 0.57 | 0.72 | 0.62 | 12.68 | 0.57 | 0.25 |
| Hex | 62 | 2A | 1B | 0 | 39 | 48 | 3E | D | 39 | 19 |
| Octal | 142 | 52 | 33 | 0 | 71 | 110 | 76 | 15 | 71 | 31 |
| Binary | 1100010 | 101010 | 11011 | 0 | 111001 | 1001000 | 111110 | 1101 | 111001 | 11001 |
Color Harmonies of #622A1B
Complementary color
Monochromatic Colors of #622A1B
Black with #622A1B
Text Example
Text Example
White with #622A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A1B; }
p { color: rgb(98,42,27); }
H1.HeaderClassName
{
color: #622A1B;
}
.AnyTagClassName
{
color: #622A1B;
}
</style>
background-color css
<style>
a { background-color: #622A1B; }
a { background-color: rgb(98,42,27); }
div.DivClassName
{
background-color: #622A1B;
}
.BgClassName
{
background-color: #622A1B;
}
</style>
border-color css
<style>
span { border-color: #622A1B; }
span { border-color: rgb(98,42,27); }
td.TdClassName
{
border-color: #622A1B;
}
.TagClassName
{
border-color: #622A1B;
}
</style>