Shades of Caput Mortuum #53201B
Tints of Caput Mortuum #53201B
RGB
CMYK
RGB Variations
Color information
#53201B (or 0x53201B) is known color: Caput Mortuum. HEX triplet: 53, 20 and 1B. RGB value is (83,32,27). Sum of RGB (Red+Green+Blue) = 83+32+27=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201B is #ACDFE4. Grayscale: #2E2E2E. Windows color (decimal): -11329509 or 1777747. OLE color: 1777747.
HSL color Cylindrical-coordinate representation of color #53201B: hue angle of 5.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53201B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 27 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.67 |
| HSL | 5.36º | 0.51% | 0.22% | - |
| HSV(B) | 5.36º | 0.67% | 0.33% | - |
| XYZ | 4.28 | 2.95 | 1.38 | - |
| YUV | 46.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 27 | 0 | 0.61 | 0.67 | 0.67 | 5.36 | 0.51 | 0.22 |
| Hex | 53 | 20 | 1B | 0 | 3D | 43 | 43 | 5 | 33 | 16 |
| Octal | 123 | 40 | 33 | 0 | 75 | 103 | 103 | 5 | 63 | 26 |
| Binary | 1010011 | 100000 | 11011 | 0 | 111101 | 1000011 | 1000011 | 101 | 110011 | 10110 |
Color Harmonies of #53201B
Complementary color
Monochromatic Colors of #53201B
Black with #53201B
Text Example
Text Example
White with #53201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53201B; }
p { color: rgb(83,32,27); }
H1.HeaderClassName
{
color: #53201B;
}
.AnyTagClassName
{
color: #53201B;
}
</style>
background-color css
<style>
a { background-color: #53201B; }
a { background-color: rgb(83,32,27); }
div.DivClassName
{
background-color: #53201B;
}
.BgClassName
{
background-color: #53201B;
}
</style>
border-color css
<style>
span { border-color: #53201B; }
span { border-color: rgb(83,32,27); }
td.TdClassName
{
border-color: #53201B;
}
.TagClassName
{
border-color: #53201B;
}
</style>