Shades of Caput Mortuum #632A25
Tints of Caput Mortuum #632A25
RGB
CMYK
RGB Variations
Color information
#632A25 (or 0x632A25) is known color: Caput Mortuum. HEX triplet: 63, 2A and 25. RGB value is (99,42,37). Sum of RGB (Red+Green+Blue) = 99+42+37=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #632A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A25 is #9CD5DA. Grayscale: #3A3A3A. Windows color (decimal): -10278363 or 2435683. OLE color: 2435683.
HSL color Cylindrical-coordinate representation of color #632A25: hue angle of 4.84º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632A25 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 37 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.61 |
| HSL | 4.84º | 0.46% | 0.27% | - |
| HSV(B) | 4.84º | 0.63% | 0.39% | - |
| XYZ | 6.31 | 4.44 | 2.28 | - |
| YUV | 58.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 37 | 0 | 0.58 | 0.63 | 0.61 | 4.84 | 0.46 | 0.27 |
| Hex | 63 | 2A | 25 | 0 | 3A | 3F | 3D | 5 | 2E | 1B |
| Octal | 143 | 52 | 45 | 0 | 72 | 77 | 75 | 5 | 56 | 33 |
| Binary | 1100011 | 101010 | 100101 | 0 | 111010 | 111111 | 111101 | 101 | 101110 | 11011 |
Color Harmonies of #632A25
Complementary color
Monochromatic Colors of #632A25
Black with #632A25
Text Example
Text Example
White with #632A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A25; }
p { color: rgb(99,42,37); }
H1.HeaderClassName
{
color: #632A25;
}
.AnyTagClassName
{
color: #632A25;
}
</style>
background-color css
<style>
a { background-color: #632A25; }
a { background-color: rgb(99,42,37); }
div.DivClassName
{
background-color: #632A25;
}
.BgClassName
{
background-color: #632A25;
}
</style>
border-color css
<style>
span { border-color: #632A25; }
span { border-color: rgb(99,42,37); }
td.TdClassName
{
border-color: #632A25;
}
.TagClassName
{
border-color: #632A25;
}
</style>