Shades of Caput Mortuum #632B1A
Tints of Caput Mortuum #632B1A
RGB
CMYK
RGB Variations
Color information
#632B1A (or 0x632B1A) is known color: Caput Mortuum. HEX triplet: 63, 2B and 1A. RGB value is (99,43,26). Sum of RGB (Red+Green+Blue) = 99+43+26=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B1A is #9CD4E5. Grayscale: #393939. Windows color (decimal): -10278118 or 1715043. OLE color: 1715043.
HSL color Cylindrical-coordinate representation of color #632B1A: hue angle of 13.97º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632B1A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 26 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.61 |
| HSL | 13.97º | 0.58% | 0.25% | - |
| HSV(B) | 13.97º | 0.74% | 0.39% | - |
| XYZ | 6.2 | 4.45 | 1.51 | - |
| YUV | 57.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 26 | 0 | 0.57 | 0.74 | 0.61 | 13.97 | 0.58 | 0.25 |
| Hex | 63 | 2B | 1A | 0 | 39 | 4A | 3D | E | 3A | 19 |
| Octal | 143 | 53 | 32 | 0 | 71 | 112 | 75 | 16 | 72 | 31 |
| Binary | 1100011 | 101011 | 11010 | 0 | 111001 | 1001010 | 111101 | 1110 | 111010 | 11001 |
Color Harmonies of #632B1A
Complementary color
Monochromatic Colors of #632B1A
Black with #632B1A
Text Example
Text Example
White with #632B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B1A; }
p { color: rgb(99,43,26); }
H1.HeaderClassName
{
color: #632B1A;
}
.AnyTagClassName
{
color: #632B1A;
}
</style>
background-color css
<style>
a { background-color: #632B1A; }
a { background-color: rgb(99,43,26); }
div.DivClassName
{
background-color: #632B1A;
}
.BgClassName
{
background-color: #632B1A;
}
</style>
border-color css
<style>
span { border-color: #632B1A; }
span { border-color: rgb(99,43,26); }
td.TdClassName
{
border-color: #632B1A;
}
.TagClassName
{
border-color: #632B1A;
}
</style>