Shades of Roman #D16259
Tints of Roman #D16259
RGB
CMYK
RGB Variations
Color information
#D16259 (or 0xD16259) is known color: Roman. HEX triplet: D1, 62 and 59. RGB value is (209,98,89). Sum of RGB (Red+Green+Blue) = 209+98+89=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D16259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16259 is #2E9DA6. Grayscale: #828282. Windows color (decimal): -3055015 or 5858001. OLE color: 5858001.
HSL color Cylindrical-coordinate representation of color #D16259: hue angle of 4.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16259 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 89 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.18 |
| HSL | 4.5º | 0.57% | 0.58% | - |
| HSV(B) | 4.5º | 0.57% | 0.82% | - |
| XYZ | 32.47 | 23.01 | 12.18 | - |
| YUV | 130.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 89 | 0 | 0.53 | 0.57 | 0.18 | 4.5 | 0.57 | 0.58 |
| Hex | D1 | 62 | 59 | 0 | 35 | 39 | 12 | 4 | 39 | 3A |
| Octal | 321 | 142 | 131 | 0 | 65 | 71 | 22 | 4 | 71 | 72 |
| Binary | 11010001 | 1100010 | 1011001 | 0 | 110101 | 111001 | 10010 | 100 | 111001 | 111010 |
Color Harmonies of #D16259
Complementary color
Monochromatic Colors of #D16259
Black with #D16259
Text Example
Text Example
White with #D16259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16259; }
p { color: rgb(209,98,89); }
H1.HeaderClassName
{
color: #D16259;
}
.AnyTagClassName
{
color: #D16259;
}
</style>
background-color css
<style>
a { background-color: #D16259; }
a { background-color: rgb(209,98,89); }
div.DivClassName
{
background-color: #D16259;
}
.BgClassName
{
background-color: #D16259;
}
</style>
border-color css
<style>
span { border-color: #D16259; }
span { border-color: rgb(209,98,89); }
td.TdClassName
{
border-color: #D16259;
}
.TagClassName
{
border-color: #D16259;
}
</style>