Shades of Caput Mortuum #4B231A
Tints of Caput Mortuum #4B231A
RGB
CMYK
RGB Variations
Color information
#4B231A (or 0x4B231A) is known color: Caput Mortuum. HEX triplet: 4B, 23 and 1A. RGB value is (75,35,26). Sum of RGB (Red+Green+Blue) = 75+35+26=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B231A is #B4DCE5. Grayscale: #2E2E2E. Windows color (decimal): -11853030 or 1712971. OLE color: 1712971.
HSL color Cylindrical-coordinate representation of color #4B231A: hue angle of 11.02º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B231A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 26 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.71 |
| HSL | 11.02º | 0.49% | 0.2% | - |
| HSV(B) | 11.02º | 0.65% | 0.29% | - |
| XYZ | 3.69 | 2.77 | 1.32 | - |
| YUV | 45.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 26 | 0 | 0.53 | 0.65 | 0.71 | 11.02 | 0.49 | 0.2 |
| Hex | 4B | 23 | 1A | 0 | 35 | 41 | 47 | B | 31 | 14 |
| Octal | 113 | 43 | 32 | 0 | 65 | 101 | 107 | 13 | 61 | 24 |
| Binary | 1001011 | 100011 | 11010 | 0 | 110101 | 1000001 | 1000111 | 1011 | 110001 | 10100 |
Color Harmonies of #4B231A
Complementary color
Monochromatic Colors of #4B231A
Black with #4B231A
Text Example
Text Example
White with #4B231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B231A; }
p { color: rgb(75,35,26); }
H1.HeaderClassName
{
color: #4B231A;
}
.AnyTagClassName
{
color: #4B231A;
}
</style>
background-color css
<style>
a { background-color: #4B231A; }
a { background-color: rgb(75,35,26); }
div.DivClassName
{
background-color: #4B231A;
}
.BgClassName
{
background-color: #4B231A;
}
</style>
border-color css
<style>
span { border-color: #4B231A; }
span { border-color: rgb(75,35,26); }
td.TdClassName
{
border-color: #4B231A;
}
.TagClassName
{
border-color: #4B231A;
}
</style>