Shades of Caput Mortuum #531B09
Tints of Caput Mortuum #531B09
RGB
CMYK
RGB Variations
Color information
#531B09 (or 0x531B09) is known color: Caput Mortuum. HEX triplet: 53, 1B and 09. RGB value is (83,27,9). Sum of RGB (Red+Green+Blue) = 83+27+9=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B09 is #ACE4F6. Grayscale: #292929. Windows color (decimal): -11330807 or 596819. OLE color: 596819.
HSL color Cylindrical-coordinate representation of color #531B09: hue angle of 14.59º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531B09 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 9 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.67 |
| HSL | 14.59º | 0.8% | 0.18% | - |
| HSV(B) | 14.59º | 0.89% | 0.33% | - |
| XYZ | 4.01 | 2.64 | 0.56 | - |
| YUV | 41.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 9 | 0 | 0.67 | 0.89 | 0.67 | 14.59 | 0.8 | 0.18 |
| Hex | 53 | 1B | 9 | 0 | 43 | 59 | 43 | F | 50 | 12 |
| Octal | 123 | 33 | 11 | 0 | 103 | 131 | 103 | 17 | 120 | 22 |
| Binary | 1010011 | 11011 | 1001 | 0 | 1000011 | 1011001 | 1000011 | 1111 | 1010000 | 10010 |
Color Harmonies of #531B09
Complementary color
Monochromatic Colors of #531B09
Black with #531B09
Text Example
Text Example
White with #531B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B09; }
p { color: rgb(83,27,9); }
H1.HeaderClassName
{
color: #531B09;
}
.AnyTagClassName
{
color: #531B09;
}
</style>
background-color css
<style>
a { background-color: #531B09; }
a { background-color: rgb(83,27,9); }
div.DivClassName
{
background-color: #531B09;
}
.BgClassName
{
background-color: #531B09;
}
</style>
border-color css
<style>
span { border-color: #531B09; }
span { border-color: rgb(83,27,9); }
td.TdClassName
{
border-color: #531B09;
}
.TagClassName
{
border-color: #531B09;
}
</style>