Shades of Caput Mortuum #531A07
Tints of Caput Mortuum #531A07
RGB
CMYK
RGB Variations
Color information
#531A07 (or 0x531A07) is known color: Caput Mortuum. HEX triplet: 53, 1A and 07. RGB value is (83,26,7). Sum of RGB (Red+Green+Blue) = 83+26+7=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A07 is #ACE5F8. Grayscale: #292929. Windows color (decimal): -11331065 or 465491. OLE color: 465491.
HSL color Cylindrical-coordinate representation of color #531A07: hue angle of 15º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #531A07 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 7 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.67 |
| HSL | 15º | 0.84% | 0.18% | - |
| HSV(B) | 15º | 0.92% | 0.33% | - |
| XYZ | 3.98 | 2.59 | 0.49 | - |
| YUV | 40.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 7 | 0 | 0.69 | 0.92 | 0.67 | 15 | 0.84 | 0.18 |
| Hex | 53 | 1A | 7 | 0 | 45 | 5C | 43 | F | 54 | 12 |
| Octal | 123 | 32 | 7 | 0 | 105 | 134 | 103 | 17 | 124 | 22 |
| Binary | 1010011 | 11010 | 111 | 0 | 1000101 | 1011100 | 1000011 | 1111 | 1010100 | 10010 |
Color Harmonies of #531A07
Complementary color
Monochromatic Colors of #531A07
Black with #531A07
Text Example
Text Example
White with #531A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A07; }
p { color: rgb(83,26,7); }
H1.HeaderClassName
{
color: #531A07;
}
.AnyTagClassName
{
color: #531A07;
}
</style>
background-color css
<style>
a { background-color: #531A07; }
a { background-color: rgb(83,26,7); }
div.DivClassName
{
background-color: #531A07;
}
.BgClassName
{
background-color: #531A07;
}
</style>
border-color css
<style>
span { border-color: #531A07; }
span { border-color: rgb(83,26,7); }
td.TdClassName
{
border-color: #531A07;
}
.TagClassName
{
border-color: #531A07;
}
</style>