Shades of Roman #D16358
Tints of Roman #D16358
RGB
CMYK
RGB Variations
Color information
#D16358 (or 0xD16358) is known color: Roman. HEX triplet: D1, 63 and 58. RGB value is (209,99,88). Sum of RGB (Red+Green+Blue) = 209+99+88=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D16358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16358 is #2E9CA7. Grayscale: #828282. Windows color (decimal): -3054760 or 5792721. OLE color: 5792721.
HSL color Cylindrical-coordinate representation of color #D16358: hue angle of 5.45º 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 #D16358 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 88 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.18 |
| HSL | 5.45º | 0.57% | 0.58% | - |
| HSV(B) | 5.45º | 0.58% | 0.82% | - |
| XYZ | 32.52 | 23.18 | 11.99 | - |
| YUV | 130.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 88 | 0 | 0.53 | 0.58 | 0.18 | 5.45 | 0.57 | 0.58 |
| Hex | D1 | 63 | 58 | 0 | 35 | 3A | 12 | 5 | 39 | 3A |
| Octal | 321 | 143 | 130 | 0 | 65 | 72 | 22 | 5 | 71 | 72 |
| Binary | 11010001 | 1100011 | 1011000 | 0 | 110101 | 111010 | 10010 | 101 | 111001 | 111010 |
Color Harmonies of #D16358
Complementary color
Monochromatic Colors of #D16358
Black with #D16358
Text Example
Text Example
White with #D16358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16358; }
p { color: rgb(209,99,88); }
H1.HeaderClassName
{
color: #D16358;
}
.AnyTagClassName
{
color: #D16358;
}
</style>
background-color css
<style>
a { background-color: #D16358; }
a { background-color: rgb(209,99,88); }
div.DivClassName
{
background-color: #D16358;
}
.BgClassName
{
background-color: #D16358;
}
</style>
border-color css
<style>
span { border-color: #D16358; }
span { border-color: rgb(209,99,88); }
td.TdClassName
{
border-color: #D16358;
}
.TagClassName
{
border-color: #D16358;
}
</style>