Shades of Caput Mortuum #622C23
Tints of Caput Mortuum #622C23
RGB
CMYK
RGB Variations
Color information
#622C23 (or 0x622C23) is known color: Caput Mortuum. HEX triplet: 62, 2C and 23. RGB value is (98,44,35). Sum of RGB (Red+Green+Blue) = 98+44+35=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #622C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C23 is #9DD3DC. Grayscale: #3B3B3B. Windows color (decimal): -10343389 or 2305122. OLE color: 2305122.
HSL color Cylindrical-coordinate representation of color #622C23: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622C23 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 35 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.62 |
| HSL | 8.57º | 0.47% | 0.26% | - |
| HSV(B) | 8.57º | 0.64% | 0.38% | - |
| XYZ | 6.24 | 4.52 | 2.13 | - |
| YUV | 59.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 35 | 0 | 0.55 | 0.64 | 0.62 | 8.57 | 0.47 | 0.26 |
| Hex | 62 | 2C | 23 | 0 | 37 | 40 | 3E | 9 | 2F | 1A |
| Octal | 142 | 54 | 43 | 0 | 67 | 100 | 76 | 11 | 57 | 32 |
| Binary | 1100010 | 101100 | 100011 | 0 | 110111 | 1000000 | 111110 | 1001 | 101111 | 11010 |
Color Harmonies of #622C23
Complementary color
Monochromatic Colors of #622C23
Black with #622C23
Text Example
Text Example
White with #622C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C23; }
p { color: rgb(98,44,35); }
H1.HeaderClassName
{
color: #622C23;
}
.AnyTagClassName
{
color: #622C23;
}
</style>
background-color css
<style>
a { background-color: #622C23; }
a { background-color: rgb(98,44,35); }
div.DivClassName
{
background-color: #622C23;
}
.BgClassName
{
background-color: #622C23;
}
</style>
border-color css
<style>
span { border-color: #622C23; }
span { border-color: rgb(98,44,35); }
td.TdClassName
{
border-color: #622C23;
}
.TagClassName
{
border-color: #622C23;
}
</style>