Shades of Caput Mortuum #53261E
Tints of Caput Mortuum #53261E
RGB
CMYK
RGB Variations
Color information
#53261E (or 0x53261E) is known color: Caput Mortuum. HEX triplet: 53, 26 and 1E. RGB value is (83,38,30). Sum of RGB (Red+Green+Blue) = 83+38+30=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53261E is #ACD9E1. Grayscale: #323232. Windows color (decimal): -11327970 or 1975891. OLE color: 1975891.
HSL color Cylindrical-coordinate representation of color #53261E: hue angle of 9.06º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53261E is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 30 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.67 |
| HSL | 9.06º | 0.47% | 0.22% | - |
| HSV(B) | 9.06º | 0.64% | 0.33% | - |
| XYZ | 4.49 | 3.32 | 1.63 | - |
| YUV | 50.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 30 | 0 | 0.54 | 0.64 | 0.67 | 9.06 | 0.47 | 0.22 |
| Hex | 53 | 26 | 1E | 0 | 36 | 40 | 43 | 9 | 2F | 16 |
| Octal | 123 | 46 | 36 | 0 | 66 | 100 | 103 | 11 | 57 | 26 |
| Binary | 1010011 | 100110 | 11110 | 0 | 110110 | 1000000 | 1000011 | 1001 | 101111 | 10110 |
Color Harmonies of #53261E
Complementary color
Monochromatic Colors of #53261E
Black with #53261E
Text Example
Text Example
White with #53261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53261E; }
p { color: rgb(83,38,30); }
H1.HeaderClassName
{
color: #53261E;
}
.AnyTagClassName
{
color: #53261E;
}
</style>
background-color css
<style>
a { background-color: #53261E; }
a { background-color: rgb(83,38,30); }
div.DivClassName
{
background-color: #53261E;
}
.BgClassName
{
background-color: #53261E;
}
</style>
border-color css
<style>
span { border-color: #53261E; }
span { border-color: rgb(83,38,30); }
td.TdClassName
{
border-color: #53261E;
}
.TagClassName
{
border-color: #53261E;
}
</style>