Shades of Caput Mortuum #632A20
Tints of Caput Mortuum #632A20
RGB
CMYK
RGB Variations
Color information
#632A20 (or 0x632A20) is known color: Caput Mortuum. HEX triplet: 63, 2A and 20. RGB value is (99,42,32). Sum of RGB (Red+Green+Blue) = 99+42+32=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A20 is #9CD5DF. Grayscale: #3A3A3A. Windows color (decimal): -10278368 or 2108003. OLE color: 2108003.
HSL color Cylindrical-coordinate representation of color #632A20: hue angle of 8.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632A20 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 32 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.61 |
| HSL | 8.96º | 0.51% | 0.26% | - |
| HSV(B) | 8.96º | 0.68% | 0.39% | - |
| XYZ | 6.23 | 4.41 | 1.89 | - |
| YUV | 57.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 32 | 0 | 0.58 | 0.68 | 0.61 | 8.96 | 0.51 | 0.26 |
| Hex | 63 | 2A | 20 | 0 | 3A | 44 | 3D | 9 | 33 | 1A |
| Octal | 143 | 52 | 40 | 0 | 72 | 104 | 75 | 11 | 63 | 32 |
| Binary | 1100011 | 101010 | 100000 | 0 | 111010 | 1000100 | 111101 | 1001 | 110011 | 11010 |
Color Harmonies of #632A20
Complementary color
Monochromatic Colors of #632A20
Black with #632A20
Text Example
Text Example
White with #632A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A20; }
p { color: rgb(99,42,32); }
H1.HeaderClassName
{
color: #632A20;
}
.AnyTagClassName
{
color: #632A20;
}
</style>
background-color css
<style>
a { background-color: #632A20; }
a { background-color: rgb(99,42,32); }
div.DivClassName
{
background-color: #632A20;
}
.BgClassName
{
background-color: #632A20;
}
</style>
border-color css
<style>
span { border-color: #632A20; }
span { border-color: rgb(99,42,32); }
td.TdClassName
{
border-color: #632A20;
}
.TagClassName
{
border-color: #632A20;
}
</style>