Shades of Caput Mortuum #531B08
Tints of Caput Mortuum #531B08
RGB
CMYK
RGB Variations
Color information
#531B08 (or 0x531B08) is known color: Caput Mortuum. HEX triplet: 53, 1B and 08. RGB value is (83,27,8). Sum of RGB (Red+Green+Blue) = 83+27+8=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B08 is #ACE4F7. Grayscale: #292929. Windows color (decimal): -11330808 or 531283. OLE color: 531283.
HSL color Cylindrical-coordinate representation of color #531B08: hue angle of 15.2º 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 #531B08 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 8 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.67 |
| HSL | 15.2º | 0.82% | 0.18% | - |
| HSV(B) | 15.2º | 0.9% | 0.33% | - |
| XYZ | 4 | 2.64 | 0.53 | - |
| YUV | 41.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 8 | 0 | 0.67 | 0.90 | 0.67 | 15.2 | 0.82 | 0.18 |
| Hex | 53 | 1B | 8 | 0 | 43 | 5A | 43 | F | 52 | 12 |
| Octal | 123 | 33 | 10 | 0 | 103 | 132 | 103 | 17 | 122 | 22 |
| Binary | 1010011 | 11011 | 1000 | 0 | 1000011 | 1011010 | 1000011 | 1111 | 1010010 | 10010 |
Color Harmonies of #531B08
Complementary color
Monochromatic Colors of #531B08
Black with #531B08
Text Example
Text Example
White with #531B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B08; }
p { color: rgb(83,27,8); }
H1.HeaderClassName
{
color: #531B08;
}
.AnyTagClassName
{
color: #531B08;
}
</style>
background-color css
<style>
a { background-color: #531B08; }
a { background-color: rgb(83,27,8); }
div.DivClassName
{
background-color: #531B08;
}
.BgClassName
{
background-color: #531B08;
}
</style>
border-color css
<style>
span { border-color: #531B08; }
span { border-color: rgb(83,27,8); }
td.TdClassName
{
border-color: #531B08;
}
.TagClassName
{
border-color: #531B08;
}
</style>