Shades of Roman #D16458
Tints of Roman #D16458
RGB
CMYK
RGB Variations
Color information
#D16458 (or 0xD16458) is known color: Roman. HEX triplet: D1, 64 and 58. RGB value is (209,100,88). Sum of RGB (Red+Green+Blue) = 209+100+88=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16458 is #2E9BA7. Grayscale: #838383. Windows color (decimal): -3054504 or 5792977. OLE color: 5792977.
HSL color Cylindrical-coordinate representation of color #D16458: hue angle of 5.95º 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 #D16458 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 88 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.18 |
| HSL | 5.95º | 0.57% | 0.58% | - |
| HSV(B) | 5.95º | 0.58% | 0.82% | - |
| XYZ | 32.61 | 23.37 | 12.03 | - |
| YUV | 131.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 88 | 0 | 0.52 | 0.58 | 0.18 | 5.95 | 0.57 | 0.58 |
| Hex | D1 | 64 | 58 | 0 | 34 | 3A | 12 | 6 | 39 | 3A |
| Octal | 321 | 144 | 130 | 0 | 64 | 72 | 22 | 6 | 71 | 72 |
| Binary | 11010001 | 1100100 | 1011000 | 0 | 110100 | 111010 | 10010 | 110 | 111001 | 111010 |
Color Harmonies of #D16458
Complementary color
Monochromatic Colors of #D16458
Black with #D16458
Text Example
Text Example
White with #D16458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16458; }
p { color: rgb(209,100,88); }
H1.HeaderClassName
{
color: #D16458;
}
.AnyTagClassName
{
color: #D16458;
}
</style>
background-color css
<style>
a { background-color: #D16458; }
a { background-color: rgb(209,100,88); }
div.DivClassName
{
background-color: #D16458;
}
.BgClassName
{
background-color: #D16458;
}
</style>
border-color css
<style>
span { border-color: #D16458; }
span { border-color: rgb(209,100,88); }
td.TdClassName
{
border-color: #D16458;
}
.TagClassName
{
border-color: #D16458;
}
</style>