Shades of Caput Mortuum #53251A
Tints of Caput Mortuum #53251A
RGB
CMYK
RGB Variations
Color information
#53251A (or 0x53251A) is known color: Caput Mortuum. HEX triplet: 53, 25 and 1A. RGB value is (83,37,26). Sum of RGB (Red+Green+Blue) = 83+37+26=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251A is #ACDAE5. Grayscale: #313131. Windows color (decimal): -11328230 or 1713491. OLE color: 1713491.
HSL color Cylindrical-coordinate representation of color #53251A: hue angle of 11.58º 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 #53251A is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 26 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.67 |
| HSL | 11.58º | 0.52% | 0.21% | - |
| HSV(B) | 11.58º | 0.69% | 0.33% | - |
| XYZ | 4.42 | 3.24 | 1.37 | - |
| YUV | 49.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 26 | 0 | 0.55 | 0.69 | 0.67 | 11.58 | 0.52 | 0.21 |
| Hex | 53 | 25 | 1A | 0 | 37 | 45 | 43 | C | 34 | 15 |
| Octal | 123 | 45 | 32 | 0 | 67 | 105 | 103 | 14 | 64 | 25 |
| Binary | 1010011 | 100101 | 11010 | 0 | 110111 | 1000101 | 1000011 | 1100 | 110100 | 10101 |
Color Harmonies of #53251A
Complementary color
Monochromatic Colors of #53251A
Black with #53251A
Text Example
Text Example
White with #53251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53251A; }
p { color: rgb(83,37,26); }
H1.HeaderClassName
{
color: #53251A;
}
.AnyTagClassName
{
color: #53251A;
}
</style>
background-color css
<style>
a { background-color: #53251A; }
a { background-color: rgb(83,37,26); }
div.DivClassName
{
background-color: #53251A;
}
.BgClassName
{
background-color: #53251A;
}
</style>
border-color css
<style>
span { border-color: #53251A; }
span { border-color: rgb(83,37,26); }
td.TdClassName
{
border-color: #53251A;
}
.TagClassName
{
border-color: #53251A;
}
</style>