Shades of Caput Mortuum #622B20
Tints of Caput Mortuum #622B20
RGB
CMYK
RGB Variations
Color information
#622B20 (or 0x622B20) is known color: Caput Mortuum. HEX triplet: 62, 2B and 20. RGB value is (98,43,32). Sum of RGB (Red+Green+Blue) = 98+43+32=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #622B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B20 is #9DD4DF. Grayscale: #3A3A3A. Windows color (decimal): -10343648 or 2108258. OLE color: 2108258.
HSL color Cylindrical-coordinate representation of color #622B20: hue angle of 10º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622B20 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 32 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.62 |
| HSL | 10º | 0.51% | 0.25% | - |
| HSV(B) | 10º | 0.67% | 0.38% | - |
| XYZ | 6.16 | 4.43 | 1.9 | - |
| YUV | 58.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 32 | 0 | 0.56 | 0.67 | 0.62 | 10 | 0.51 | 0.25 |
| Hex | 62 | 2B | 20 | 0 | 38 | 43 | 3E | A | 33 | 19 |
| Octal | 142 | 53 | 40 | 0 | 70 | 103 | 76 | 12 | 63 | 31 |
| Binary | 1100010 | 101011 | 100000 | 0 | 111000 | 1000011 | 111110 | 1010 | 110011 | 11001 |
Color Harmonies of #622B20
Complementary color
Monochromatic Colors of #622B20
Black with #622B20
Text Example
Text Example
White with #622B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B20; }
p { color: rgb(98,43,32); }
H1.HeaderClassName
{
color: #622B20;
}
.AnyTagClassName
{
color: #622B20;
}
</style>
background-color css
<style>
a { background-color: #622B20; }
a { background-color: rgb(98,43,32); }
div.DivClassName
{
background-color: #622B20;
}
.BgClassName
{
background-color: #622B20;
}
</style>
border-color css
<style>
span { border-color: #622B20; }
span { border-color: rgb(98,43,32); }
td.TdClassName
{
border-color: #622B20;
}
.TagClassName
{
border-color: #622B20;
}
</style>