Shades of Caput Mortuum #53251C
Tints of Caput Mortuum #53251C
RGB
CMYK
RGB Variations
Color information
#53251C (or 0x53251C) is known color: Caput Mortuum. HEX triplet: 53, 25 and 1C. RGB value is (83,37,28). Sum of RGB (Red+Green+Blue) = 83+37+28=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251C is #ACDAE3. Grayscale: #313131. Windows color (decimal): -11328228 or 1844563. OLE color: 1844563.
HSL color Cylindrical-coordinate representation of color #53251C: hue angle of 9.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53251C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 28 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.67 |
| HSL | 9.82º | 0.5% | 0.22% | - |
| HSV(B) | 9.82º | 0.66% | 0.33% | - |
| XYZ | 4.44 | 3.25 | 1.49 | - |
| YUV | 49.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 28 | 0 | 0.55 | 0.66 | 0.67 | 9.82 | 0.5 | 0.22 |
| Hex | 53 | 25 | 1C | 0 | 37 | 42 | 43 | A | 32 | 16 |
| Octal | 123 | 45 | 34 | 0 | 67 | 102 | 103 | 12 | 62 | 26 |
| Binary | 1010011 | 100101 | 11100 | 0 | 110111 | 1000010 | 1000011 | 1010 | 110010 | 10110 |
Color Harmonies of #53251C
Complementary color
Monochromatic Colors of #53251C
Black with #53251C
Text Example
Text Example
White with #53251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53251C; }
p { color: rgb(83,37,28); }
H1.HeaderClassName
{
color: #53251C;
}
.AnyTagClassName
{
color: #53251C;
}
</style>
background-color css
<style>
a { background-color: #53251C; }
a { background-color: rgb(83,37,28); }
div.DivClassName
{
background-color: #53251C;
}
.BgClassName
{
background-color: #53251C;
}
</style>
border-color css
<style>
span { border-color: #53251C; }
span { border-color: rgb(83,37,28); }
td.TdClassName
{
border-color: #53251C;
}
.TagClassName
{
border-color: #53251C;
}
</style>