Shades of Caput Mortuum #4B261F
Tints of Caput Mortuum #4B261F
RGB
CMYK
RGB Variations
Color information
#4B261F (or 0x4B261F) is known color: Caput Mortuum. HEX triplet: 4B, 26 and 1F. RGB value is (75,38,31). Sum of RGB (Red+Green+Blue) = 75+38+31=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261F is #B4D9E0. Grayscale: #303030. Windows color (decimal): -11852257 or 2041419. OLE color: 2041419.
HSL color Cylindrical-coordinate representation of color #4B261F: hue angle of 9.55º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B261F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 31 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.71 |
| HSL | 9.55º | 0.42% | 0.21% | - |
| HSV(B) | 9.55º | 0.59% | 0.29% | - |
| XYZ | 3.84 | 2.98 | 1.67 | - |
| YUV | 48.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 31 | 0 | 0.49 | 0.59 | 0.71 | 9.55 | 0.42 | 0.21 |
| Hex | 4B | 26 | 1F | 0 | 31 | 3B | 47 | A | 2A | 15 |
| Octal | 113 | 46 | 37 | 0 | 61 | 73 | 107 | 12 | 52 | 25 |
| Binary | 1001011 | 100110 | 11111 | 0 | 110001 | 111011 | 1000111 | 1010 | 101010 | 10101 |
Color Harmonies of #4B261F
Complementary color
Monochromatic Colors of #4B261F
Black with #4B261F
Text Example
Text Example
White with #4B261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B261F; }
p { color: rgb(75,38,31); }
H1.HeaderClassName
{
color: #4B261F;
}
.AnyTagClassName
{
color: #4B261F;
}
</style>
background-color css
<style>
a { background-color: #4B261F; }
a { background-color: rgb(75,38,31); }
div.DivClassName
{
background-color: #4B261F;
}
.BgClassName
{
background-color: #4B261F;
}
</style>
border-color css
<style>
span { border-color: #4B261F; }
span { border-color: rgb(75,38,31); }
td.TdClassName
{
border-color: #4B261F;
}
.TagClassName
{
border-color: #4B261F;
}
</style>