Shades of Caput Mortuum #53251E
Tints of Caput Mortuum #53251E
RGB
CMYK
RGB Variations
Color information
#53251E (or 0x53251E) is known color: Caput Mortuum. HEX triplet: 53, 25 and 1E. RGB value is (83,37,30). Sum of RGB (Red+Green+Blue) = 83+37+30=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251E is #ACDAE1. Grayscale: #323232. Windows color (decimal): -11328226 or 1975635. OLE color: 1975635.
HSL color Cylindrical-coordinate representation of color #53251E: hue angle of 7.92º 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 #53251E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 30 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.67 |
| HSL | 7.92º | 0.47% | 0.22% | - |
| HSV(B) | 7.92º | 0.64% | 0.33% | - |
| XYZ | 4.46 | 3.26 | 1.62 | - |
| YUV | 49.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 30 | 0 | 0.55 | 0.64 | 0.67 | 7.92 | 0.47 | 0.22 |
| Hex | 53 | 25 | 1E | 0 | 37 | 40 | 43 | 8 | 2F | 16 |
| Octal | 123 | 45 | 36 | 0 | 67 | 100 | 103 | 10 | 57 | 26 |
| Binary | 1010011 | 100101 | 11110 | 0 | 110111 | 1000000 | 1000011 | 1000 | 101111 | 10110 |
Color Harmonies of #53251E
Complementary color
Monochromatic Colors of #53251E
Black with #53251E
Text Example
Text Example
White with #53251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53251E; }
p { color: rgb(83,37,30); }
H1.HeaderClassName
{
color: #53251E;
}
.AnyTagClassName
{
color: #53251E;
}
</style>
background-color css
<style>
a { background-color: #53251E; }
a { background-color: rgb(83,37,30); }
div.DivClassName
{
background-color: #53251E;
}
.BgClassName
{
background-color: #53251E;
}
</style>
border-color css
<style>
span { border-color: #53251E; }
span { border-color: rgb(83,37,30); }
td.TdClassName
{
border-color: #53251E;
}
.TagClassName
{
border-color: #53251E;
}
</style>