Shades of Caput Mortuum #5D2619
Tints of Caput Mortuum #5D2619
RGB
CMYK
RGB Variations
Color information
#5D2619 (or 0x5D2619) is known color: Caput Mortuum. HEX triplet: 5D, 26 and 19. RGB value is (93,38,25). Sum of RGB (Red+Green+Blue) = 93+38+25=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2619 is #A2D9E6. Grayscale: #353535. Windows color (decimal): -10672615 or 1648221. OLE color: 1648221.
HSL color Cylindrical-coordinate representation of color #5D2619: hue angle of 11.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2619 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 38 | 25 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.64 |
| HSL | 11.47º | 0.58% | 0.23% | - |
| HSV(B) | 11.47º | 0.73% | 0.36% | - |
| XYZ | 5.38 | 3.78 | 1.37 | - |
| YUV | 52.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 25 | 0 | 0.59 | 0.73 | 0.64 | 11.47 | 0.58 | 0.23 |
| Hex | 5D | 26 | 19 | 0 | 3B | 49 | 40 | B | 3A | 17 |
| Octal | 135 | 46 | 31 | 0 | 73 | 111 | 100 | 13 | 72 | 27 |
| Binary | 1011101 | 100110 | 11001 | 0 | 111011 | 1001001 | 1000000 | 1011 | 111010 | 10111 |
Color Harmonies of #5D2619
Complementary color
Monochromatic Colors of #5D2619
Black with #5D2619
Text Example
Text Example
White with #5D2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2619; }
p { color: rgb(93,38,25); }
H1.HeaderClassName
{
color: #5D2619;
}
.AnyTagClassName
{
color: #5D2619;
}
</style>
background-color css
<style>
a { background-color: #5D2619; }
a { background-color: rgb(93,38,25); }
div.DivClassName
{
background-color: #5D2619;
}
.BgClassName
{
background-color: #5D2619;
}
</style>
border-color css
<style>
span { border-color: #5D2619; }
span { border-color: rgb(93,38,25); }
td.TdClassName
{
border-color: #5D2619;
}
.TagClassName
{
border-color: #5D2619;
}
</style>