Shades of Caput Mortuum #53281F
Tints of Caput Mortuum #53281F
RGB
CMYK
RGB Variations
Color information
#53281F (or 0x53281F) is known color: Caput Mortuum. HEX triplet: 53, 28 and 1F. RGB value is (83,40,31). Sum of RGB (Red+Green+Blue) = 83+40+31=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53281F is #ACD7E0. Grayscale: #333333. Windows color (decimal): -11327457 or 2041939. OLE color: 2041939.
HSL color Cylindrical-coordinate representation of color #53281F: hue angle of 10.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53281F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 31 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.67 |
| HSL | 10.38º | 0.46% | 0.22% | - |
| HSV(B) | 10.38º | 0.63% | 0.33% | - |
| XYZ | 4.57 | 3.46 | 1.72 | - |
| YUV | 51.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 31 | 0 | 0.52 | 0.63 | 0.67 | 10.38 | 0.46 | 0.22 |
| Hex | 53 | 28 | 1F | 0 | 34 | 3F | 43 | A | 2E | 16 |
| Octal | 123 | 50 | 37 | 0 | 64 | 77 | 103 | 12 | 56 | 26 |
| Binary | 1010011 | 101000 | 11111 | 0 | 110100 | 111111 | 1000011 | 1010 | 101110 | 10110 |
Color Harmonies of #53281F
Complementary color
Monochromatic Colors of #53281F
Black with #53281F
Text Example
Text Example
White with #53281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53281F; }
p { color: rgb(83,40,31); }
H1.HeaderClassName
{
color: #53281F;
}
.AnyTagClassName
{
color: #53281F;
}
</style>
background-color css
<style>
a { background-color: #53281F; }
a { background-color: rgb(83,40,31); }
div.DivClassName
{
background-color: #53281F;
}
.BgClassName
{
background-color: #53281F;
}
</style>
border-color css
<style>
span { border-color: #53281F; }
span { border-color: rgb(83,40,31); }
td.TdClassName
{
border-color: #53281F;
}
.TagClassName
{
border-color: #53281F;
}
</style>