Shades of Caput Mortuum #632820
Tints of Caput Mortuum #632820
RGB
CMYK
RGB Variations
Color information
#632820 (or 0x632820) is known color: Caput Mortuum. HEX triplet: 63, 28 and 20. RGB value is (99,40,32). Sum of RGB (Red+Green+Blue) = 99+40+32=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632820 is #9CD7DF. Grayscale: #383838. Windows color (decimal): -10278880 or 2107491. OLE color: 2107491.
HSL color Cylindrical-coordinate representation of color #632820: hue angle of 7.16º 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 #632820 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 32 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.61 |
| HSL | 7.16º | 0.51% | 0.26% | - |
| HSV(B) | 7.16º | 0.68% | 0.39% | - |
| XYZ | 6.17 | 4.27 | 1.87 | - |
| YUV | 56.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 32 | 0 | 0.60 | 0.68 | 0.61 | 7.16 | 0.51 | 0.26 |
| Hex | 63 | 28 | 20 | 0 | 3C | 44 | 3D | 7 | 33 | 1A |
| Octal | 143 | 50 | 40 | 0 | 74 | 104 | 75 | 7 | 63 | 32 |
| Binary | 1100011 | 101000 | 100000 | 0 | 111100 | 1000100 | 111101 | 111 | 110011 | 11010 |
Color Harmonies of #632820
Complementary color
Monochromatic Colors of #632820
Black with #632820
Text Example
Text Example
White with #632820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632820; }
p { color: rgb(99,40,32); }
H1.HeaderClassName
{
color: #632820;
}
.AnyTagClassName
{
color: #632820;
}
</style>
background-color css
<style>
a { background-color: #632820; }
a { background-color: rgb(99,40,32); }
div.DivClassName
{
background-color: #632820;
}
.BgClassName
{
background-color: #632820;
}
</style>
border-color css
<style>
span { border-color: #632820; }
span { border-color: rgb(99,40,32); }
td.TdClassName
{
border-color: #632820;
}
.TagClassName
{
border-color: #632820;
}
</style>