Shades of Caput Mortuum #4B201F
Tints of Caput Mortuum #4B201F
RGB
CMYK
RGB Variations
Color information
#4B201F (or 0x4B201F) is known color: Caput Mortuum. HEX triplet: 4B, 20 and 1F. RGB value is (75,32,31). Sum of RGB (Red+Green+Blue) = 75+32+31=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201F is #B4DFE0. Grayscale: #2C2C2C. Windows color (decimal): -11853793 or 2039883. OLE color: 2039883.
HSL color Cylindrical-coordinate representation of color #4B201F: hue angle of 1.36º 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 #4B201F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 31 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.71 |
| HSL | 1.36º | 0.42% | 0.21% | - |
| HSV(B) | 1.36º | 0.59% | 0.29% | - |
| XYZ | 3.67 | 2.63 | 1.61 | - |
| YUV | 44.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 31 | 0 | 0.57 | 0.59 | 0.71 | 1.36 | 0.42 | 0.21 |
| Hex | 4B | 20 | 1F | 0 | 39 | 3B | 47 | 1 | 2A | 15 |
| Octal | 113 | 40 | 37 | 0 | 71 | 73 | 107 | 1 | 52 | 25 |
| Binary | 1001011 | 100000 | 11111 | 0 | 111001 | 111011 | 1000111 | 1 | 101010 | 10101 |
Color Harmonies of #4B201F
Complementary color
Monochromatic Colors of #4B201F
Black with #4B201F
Text Example
Text Example
White with #4B201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B201F; }
p { color: rgb(75,32,31); }
H1.HeaderClassName
{
color: #4B201F;
}
.AnyTagClassName
{
color: #4B201F;
}
</style>
background-color css
<style>
a { background-color: #4B201F; }
a { background-color: rgb(75,32,31); }
div.DivClassName
{
background-color: #4B201F;
}
.BgClassName
{
background-color: #4B201F;
}
</style>
border-color css
<style>
span { border-color: #4B201F; }
span { border-color: rgb(75,32,31); }
td.TdClassName
{
border-color: #4B201F;
}
.TagClassName
{
border-color: #4B201F;
}
</style>