Shades of Caput Mortuum #531B07
Tints of Caput Mortuum #531B07
RGB
CMYK
RGB Variations
Color information
#531B07 (or 0x531B07) is known color: Caput Mortuum. HEX triplet: 53, 1B and 07. RGB value is (83,27,7). Sum of RGB (Red+Green+Blue) = 83+27+7=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B07 is #ACE4F8. Grayscale: #292929. Windows color (decimal): -11330809 or 465747. OLE color: 465747.
HSL color Cylindrical-coordinate representation of color #531B07: hue angle of 15.79º 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 #531B07 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 7 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.67 |
| HSL | 15.79º | 0.84% | 0.18% | - |
| HSV(B) | 15.79º | 0.92% | 0.33% | - |
| XYZ | 4 | 2.64 | 0.5 | - |
| YUV | 41.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 7 | 0 | 0.67 | 0.92 | 0.67 | 15.79 | 0.84 | 0.18 |
| Hex | 53 | 1B | 7 | 0 | 43 | 5C | 43 | 10 | 54 | 12 |
| Octal | 123 | 33 | 7 | 0 | 103 | 134 | 103 | 20 | 124 | 22 |
| Binary | 1010011 | 11011 | 111 | 0 | 1000011 | 1011100 | 1000011 | 10000 | 1010100 | 10010 |
Color Harmonies of #531B07
Complementary color
Monochromatic Colors of #531B07
Black with #531B07
Text Example
Text Example
White with #531B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B07; }
p { color: rgb(83,27,7); }
H1.HeaderClassName
{
color: #531B07;
}
.AnyTagClassName
{
color: #531B07;
}
</style>
background-color css
<style>
a { background-color: #531B07; }
a { background-color: rgb(83,27,7); }
div.DivClassName
{
background-color: #531B07;
}
.BgClassName
{
background-color: #531B07;
}
</style>
border-color css
<style>
span { border-color: #531B07; }
span { border-color: rgb(83,27,7); }
td.TdClassName
{
border-color: #531B07;
}
.TagClassName
{
border-color: #531B07;
}
</style>