Shades of Roman #D16557
Tints of Roman #D16557
RGB
CMYK
RGB Variations
Color information
#D16557 (or 0xD16557) is known color: Roman. HEX triplet: D1, 65 and 57. RGB value is (209,101,87). Sum of RGB (Red+Green+Blue) = 209+101+87=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16557 is #2E9AA8. Grayscale: #838383. Windows color (decimal): -3054249 or 5727697. OLE color: 5727697.
HSL color Cylindrical-coordinate representation of color #D16557: hue angle of 6.89º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16557 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 87 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.18 |
| HSL | 6.89º | 0.57% | 0.58% | - |
| HSV(B) | 6.89º | 0.58% | 0.82% | - |
| XYZ | 32.67 | 23.55 | 11.84 | - |
| YUV | 131.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 87 | 0 | 0.52 | 0.58 | 0.18 | 6.89 | 0.57 | 0.58 |
| Hex | D1 | 65 | 57 | 0 | 34 | 3A | 12 | 7 | 39 | 3A |
| Octal | 321 | 145 | 127 | 0 | 64 | 72 | 22 | 7 | 71 | 72 |
| Binary | 11010001 | 1100101 | 1010111 | 0 | 110100 | 111010 | 10010 | 111 | 111001 | 111010 |
Color Harmonies of #D16557
Complementary color
Monochromatic Colors of #D16557
Black with #D16557
Text Example
Text Example
White with #D16557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16557; }
p { color: rgb(209,101,87); }
H1.HeaderClassName
{
color: #D16557;
}
.AnyTagClassName
{
color: #D16557;
}
</style>
background-color css
<style>
a { background-color: #D16557; }
a { background-color: rgb(209,101,87); }
div.DivClassName
{
background-color: #D16557;
}
.BgClassName
{
background-color: #D16557;
}
</style>
border-color css
<style>
span { border-color: #D16557; }
span { border-color: rgb(209,101,87); }
td.TdClassName
{
border-color: #D16557;
}
.TagClassName
{
border-color: #D16557;
}
</style>