Shades of Caput Mortuum #5D261F
Tints of Caput Mortuum #5D261F
RGB
CMYK
RGB Variations
Color information
#5D261F (or 0x5D261F) is known color: Caput Mortuum. HEX triplet: 5D, 26 and 1F. RGB value is (93,38,31). Sum of RGB (Red+Green+Blue) = 93+38+31=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D261F is #A2D9E0. Grayscale: #353535. Windows color (decimal): -10672609 or 2041437. OLE color: 2041437.
HSL color Cylindrical-coordinate representation of color #5D261F: hue angle of 6.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D261F is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 38 | 31 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.64 |
| HSL | 6.77º | 0.5% | 0.24% | - |
| HSV(B) | 6.77º | 0.67% | 0.36% | - |
| XYZ | 5.45 | 3.81 | 1.74 | - |
| YUV | 53.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 31 | 0 | 0.59 | 0.67 | 0.64 | 6.77 | 0.5 | 0.24 |
| Hex | 5D | 26 | 1F | 0 | 3B | 43 | 40 | 7 | 32 | 18 |
| Octal | 135 | 46 | 37 | 0 | 73 | 103 | 100 | 7 | 62 | 30 |
| Binary | 1011101 | 100110 | 11111 | 0 | 111011 | 1000011 | 1000000 | 111 | 110010 | 11000 |
Color Harmonies of #5D261F
Complementary color
Monochromatic Colors of #5D261F
Black with #5D261F
Text Example
Text Example
White with #5D261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D261F; }
p { color: rgb(93,38,31); }
H1.HeaderClassName
{
color: #5D261F;
}
.AnyTagClassName
{
color: #5D261F;
}
</style>
background-color css
<style>
a { background-color: #5D261F; }
a { background-color: rgb(93,38,31); }
div.DivClassName
{
background-color: #5D261F;
}
.BgClassName
{
background-color: #5D261F;
}
</style>
border-color css
<style>
span { border-color: #5D261F; }
span { border-color: rgb(93,38,31); }
td.TdClassName
{
border-color: #5D261F;
}
.TagClassName
{
border-color: #5D261F;
}
</style>