Shades of Caput Mortuum #622A22
Tints of Caput Mortuum #622A22
RGB
CMYK
RGB Variations
Color information
#622A22 (or 0x622A22) is known color: Caput Mortuum. HEX triplet: 62, 2A and 22. RGB value is (98,42,34). Sum of RGB (Red+Green+Blue) = 98+42+34=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #622A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622A22 is #9DD5DD. Grayscale: #393939. Windows color (decimal): -10343902 or 2239074. OLE color: 2239074.
HSL color Cylindrical-coordinate representation of color #622A22: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622A22 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 34 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.62 |
| HSL | 7.5º | 0.48% | 0.26% | - |
| HSV(B) | 7.5º | 0.65% | 0.38% | - |
| XYZ | 6.15 | 4.37 | 2.03 | - |
| YUV | 57.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 34 | 0 | 0.57 | 0.65 | 0.62 | 7.5 | 0.48 | 0.26 |
| Hex | 62 | 2A | 22 | 0 | 39 | 41 | 3E | 8 | 30 | 1A |
| Octal | 142 | 52 | 42 | 0 | 71 | 101 | 76 | 10 | 60 | 32 |
| Binary | 1100010 | 101010 | 100010 | 0 | 111001 | 1000001 | 111110 | 1000 | 110000 | 11010 |
Color Harmonies of #622A22
Complementary color
Monochromatic Colors of #622A22
Black with #622A22
Text Example
Text Example
White with #622A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A22; }
p { color: rgb(98,42,34); }
H1.HeaderClassName
{
color: #622A22;
}
.AnyTagClassName
{
color: #622A22;
}
</style>
background-color css
<style>
a { background-color: #622A22; }
a { background-color: rgb(98,42,34); }
div.DivClassName
{
background-color: #622A22;
}
.BgClassName
{
background-color: #622A22;
}
</style>
border-color css
<style>
span { border-color: #622A22; }
span { border-color: rgb(98,42,34); }
td.TdClassName
{
border-color: #622A22;
}
.TagClassName
{
border-color: #622A22;
}
</style>