Shades of Caput Mortuum #531A08
Tints of Caput Mortuum #531A08
RGB
CMYK
RGB Variations
Color information
#531A08 (or 0x531A08) is known color: Caput Mortuum. HEX triplet: 53, 1A and 08. RGB value is (83,26,8). Sum of RGB (Red+Green+Blue) = 83+26+8=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A08 is #ACE5F7. Grayscale: #292929. Windows color (decimal): -11331064 or 531027. OLE color: 531027.
HSL color Cylindrical-coordinate representation of color #531A08: hue angle of 14.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531A08 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 8 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.67 |
| HSL | 14.4º | 0.82% | 0.18% | - |
| HSV(B) | 14.4º | 0.9% | 0.33% | - |
| XYZ | 3.98 | 2.6 | 0.52 | - |
| YUV | 40.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 8 | 0 | 0.69 | 0.90 | 0.67 | 14.4 | 0.82 | 0.18 |
| Hex | 53 | 1A | 8 | 0 | 45 | 5A | 43 | E | 52 | 12 |
| Octal | 123 | 32 | 10 | 0 | 105 | 132 | 103 | 16 | 122 | 22 |
| Binary | 1010011 | 11010 | 1000 | 0 | 1000101 | 1011010 | 1000011 | 1110 | 1010010 | 10010 |
Color Harmonies of #531A08
Complementary color
Monochromatic Colors of #531A08
Black with #531A08
Text Example
Text Example
White with #531A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A08; }
p { color: rgb(83,26,8); }
H1.HeaderClassName
{
color: #531A08;
}
.AnyTagClassName
{
color: #531A08;
}
</style>
background-color css
<style>
a { background-color: #531A08; }
a { background-color: rgb(83,26,8); }
div.DivClassName
{
background-color: #531A08;
}
.BgClassName
{
background-color: #531A08;
}
</style>
border-color css
<style>
span { border-color: #531A08; }
span { border-color: rgb(83,26,8); }
td.TdClassName
{
border-color: #531A08;
}
.TagClassName
{
border-color: #531A08;
}
</style>