Shades of Caput Mortuum #5D2925
Tints of Caput Mortuum #5D2925
RGB
CMYK
RGB Variations
Color information
#5D2925 (or 0x5D2925) is known color: Caput Mortuum. HEX triplet: 5D, 29 and 25. RGB value is (93,41,37). Sum of RGB (Red+Green+Blue) = 93+41+37=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2925 is #A2D6DA. Grayscale: #383838. Windows color (decimal): -10671835 or 2435421. OLE color: 2435421.
HSL color Cylindrical-coordinate representation of color #5D2925: hue angle of 4.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2925 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 37 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.64 |
| HSL | 4.29º | 0.43% | 0.25% | - |
| HSV(B) | 4.29º | 0.6% | 0.36% | - |
| XYZ | 5.64 | 4.05 | 2.23 | - |
| YUV | 56.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 37 | 0 | 0.56 | 0.60 | 0.64 | 4.29 | 0.43 | 0.25 |
| Hex | 5D | 29 | 25 | 0 | 38 | 3C | 40 | 4 | 2B | 19 |
| Octal | 135 | 51 | 45 | 0 | 70 | 74 | 100 | 4 | 53 | 31 |
| Binary | 1011101 | 101001 | 100101 | 0 | 111000 | 111100 | 1000000 | 100 | 101011 | 11001 |
Color Harmonies of #5D2925
Complementary color
Monochromatic Colors of #5D2925
Black with #5D2925
Text Example
Text Example
White with #5D2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2925; }
p { color: rgb(93,41,37); }
H1.HeaderClassName
{
color: #5D2925;
}
.AnyTagClassName
{
color: #5D2925;
}
</style>
background-color css
<style>
a { background-color: #5D2925; }
a { background-color: rgb(93,41,37); }
div.DivClassName
{
background-color: #5D2925;
}
.BgClassName
{
background-color: #5D2925;
}
</style>
border-color css
<style>
span { border-color: #5D2925; }
span { border-color: rgb(93,41,37); }
td.TdClassName
{
border-color: #5D2925;
}
.TagClassName
{
border-color: #5D2925;
}
</style>