Shades of Caput Mortuum #552B1F
Tints of Caput Mortuum #552B1F
RGB
CMYK
RGB Variations
Color information
#552B1F (or 0x552B1F) is known color: Caput Mortuum. HEX triplet: 55, 2B and 1F. RGB value is (85,43,31). Sum of RGB (Red+Green+Blue) = 85+43+31=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B1F is #AAD4E0. Grayscale: #363636. Windows color (decimal): -11195617 or 2042709. OLE color: 2042709.
HSL color Cylindrical-coordinate representation of color #552B1F: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552B1F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 31 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.67 |
| HSL | 13.33º | 0.47% | 0.23% | - |
| HSV(B) | 13.33º | 0.64% | 0.33% | - |
| XYZ | 4.86 | 3.76 | 1.77 | - |
| YUV | 54.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 31 | 0 | 0.49 | 0.64 | 0.67 | 13.33 | 0.47 | 0.23 |
| Hex | 55 | 2B | 1F | 0 | 31 | 40 | 43 | D | 2F | 17 |
| Octal | 125 | 53 | 37 | 0 | 61 | 100 | 103 | 15 | 57 | 27 |
| Binary | 1010101 | 101011 | 11111 | 0 | 110001 | 1000000 | 1000011 | 1101 | 101111 | 10111 |
Color Harmonies of #552B1F
Complementary color
Monochromatic Colors of #552B1F
Black with #552B1F
Text Example
Text Example
White with #552B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B1F; }
p { color: rgb(85,43,31); }
H1.HeaderClassName
{
color: #552B1F;
}
.AnyTagClassName
{
color: #552B1F;
}
</style>
background-color css
<style>
a { background-color: #552B1F; }
a { background-color: rgb(85,43,31); }
div.DivClassName
{
background-color: #552B1F;
}
.BgClassName
{
background-color: #552B1F;
}
</style>
border-color css
<style>
span { border-color: #552B1F; }
span { border-color: rgb(85,43,31); }
td.TdClassName
{
border-color: #552B1F;
}
.TagClassName
{
border-color: #552B1F;
}
</style>