Shades of Caput Mortuum #50251A
Tints of Caput Mortuum #50251A
RGB
CMYK
RGB Variations
Color information
#50251A (or 0x50251A) is known color: Caput Mortuum. HEX triplet: 50, 25 and 1A. RGB value is (80,37,26). Sum of RGB (Red+Green+Blue) = 80+37+26=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251A is #AFDAE5. Grayscale: #303030. Windows color (decimal): -11524838 or 1713488. OLE color: 1713488.
HSL color Cylindrical-coordinate representation of color #50251A: hue angle of 12.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50251A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 26 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.69 |
| HSL | 12.22º | 0.51% | 0.21% | - |
| HSV(B) | 12.22º | 0.68% | 0.31% | - |
| XYZ | 4.16 | 3.1 | 1.36 | - |
| YUV | 48.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 26 | 0 | 0.54 | 0.67 | 0.69 | 12.22 | 0.51 | 0.21 |
| Hex | 50 | 25 | 1A | 0 | 36 | 43 | 45 | C | 33 | 15 |
| Octal | 120 | 45 | 32 | 0 | 66 | 103 | 105 | 14 | 63 | 25 |
| Binary | 1010000 | 100101 | 11010 | 0 | 110110 | 1000011 | 1000101 | 1100 | 110011 | 10101 |
Color Harmonies of #50251A
Complementary color
Monochromatic Colors of #50251A
Black with #50251A
Text Example
Text Example
White with #50251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50251A; }
p { color: rgb(80,37,26); }
H1.HeaderClassName
{
color: #50251A;
}
.AnyTagClassName
{
color: #50251A;
}
</style>
background-color css
<style>
a { background-color: #50251A; }
a { background-color: rgb(80,37,26); }
div.DivClassName
{
background-color: #50251A;
}
.BgClassName
{
background-color: #50251A;
}
</style>
border-color css
<style>
span { border-color: #50251A; }
span { border-color: rgb(80,37,26); }
td.TdClassName
{
border-color: #50251A;
}
.TagClassName
{
border-color: #50251A;
}
</style>