Shades of Caput Mortuum #53261A
Tints of Caput Mortuum #53261A
RGB
CMYK
RGB Variations
Color information
#53261A (or 0x53261A) is known color: Caput Mortuum. HEX triplet: 53, 26 and 1A. RGB value is (83,38,26). Sum of RGB (Red+Green+Blue) = 83+38+26=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53261A is #ACD9E5. Grayscale: #323232. Windows color (decimal): -11327974 or 1713747. OLE color: 1713747.
HSL color Cylindrical-coordinate representation of color #53261A: hue angle of 12.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53261A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 26 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.67 |
| HSL | 12.63º | 0.52% | 0.21% | - |
| HSV(B) | 12.63º | 0.69% | 0.33% | - |
| XYZ | 4.45 | 3.3 | 1.38 | - |
| YUV | 50.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 26 | 0 | 0.54 | 0.69 | 0.67 | 12.63 | 0.52 | 0.21 |
| Hex | 53 | 26 | 1A | 0 | 36 | 45 | 43 | D | 34 | 15 |
| Octal | 123 | 46 | 32 | 0 | 66 | 105 | 103 | 15 | 64 | 25 |
| Binary | 1010011 | 100110 | 11010 | 0 | 110110 | 1000101 | 1000011 | 1101 | 110100 | 10101 |
Color Harmonies of #53261A
Complementary color
Monochromatic Colors of #53261A
Black with #53261A
Text Example
Text Example
White with #53261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53261A; }
p { color: rgb(83,38,26); }
H1.HeaderClassName
{
color: #53261A;
}
.AnyTagClassName
{
color: #53261A;
}
</style>
background-color css
<style>
a { background-color: #53261A; }
a { background-color: rgb(83,38,26); }
div.DivClassName
{
background-color: #53261A;
}
.BgClassName
{
background-color: #53261A;
}
</style>
border-color css
<style>
span { border-color: #53261A; }
span { border-color: rgb(83,38,26); }
td.TdClassName
{
border-color: #53261A;
}
.TagClassName
{
border-color: #53261A;
}
</style>