Shades of Caput Mortuum #4B2018
Tints of Caput Mortuum #4B2018
RGB
CMYK
RGB Variations
Color information
#4B2018 (or 0x4B2018) is known color: Caput Mortuum. HEX triplet: 4B, 20 and 18. RGB value is (75,32,24). Sum of RGB (Red+Green+Blue) = 75+32+24=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2018 is #B4DFE7. Grayscale: #2C2C2C. Windows color (decimal): -11853800 or 1581131. OLE color: 1581131.
HSL color Cylindrical-coordinate representation of color #4B2018: hue angle of 9.41º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2018 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 24 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.71 |
| HSL | 9.41º | 0.52% | 0.19% | - |
| HSV(B) | 9.41º | 0.68% | 0.29% | - |
| XYZ | 3.58 | 2.59 | 1.18 | - |
| YUV | 43.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 24 | 0 | 0.57 | 0.68 | 0.71 | 9.41 | 0.52 | 0.19 |
| Hex | 4B | 20 | 18 | 0 | 39 | 44 | 47 | 9 | 34 | 13 |
| Octal | 113 | 40 | 30 | 0 | 71 | 104 | 107 | 11 | 64 | 23 |
| Binary | 1001011 | 100000 | 11000 | 0 | 111001 | 1000100 | 1000111 | 1001 | 110100 | 10011 |
Color Harmonies of #4B2018
Complementary color
Monochromatic Colors of #4B2018
Black with #4B2018
Text Example
Text Example
White with #4B2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2018; }
p { color: rgb(75,32,24); }
H1.HeaderClassName
{
color: #4B2018;
}
.AnyTagClassName
{
color: #4B2018;
}
</style>
background-color css
<style>
a { background-color: #4B2018; }
a { background-color: rgb(75,32,24); }
div.DivClassName
{
background-color: #4B2018;
}
.BgClassName
{
background-color: #4B2018;
}
</style>
border-color css
<style>
span { border-color: #4B2018; }
span { border-color: rgb(75,32,24); }
td.TdClassName
{
border-color: #4B2018;
}
.TagClassName
{
border-color: #4B2018;
}
</style>