Shades of Roman #D16961
Tints of Roman #D16961
RGB
CMYK
RGB Variations
Color information
#D16961 (or 0xD16961) is known color: Roman. HEX triplet: D1, 69 and 61. RGB value is (209,105,97). Sum of RGB (Red+Green+Blue) = 209+105+97=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16961 is #2E969E. Grayscale: #878787. Windows color (decimal): -3053215 or 6384081. OLE color: 6384081.
HSL color Cylindrical-coordinate representation of color #D16961: hue angle of 4.29º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16961 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 97 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.18 |
| HSL | 4.29º | 0.55% | 0.6% | - |
| HSV(B) | 4.29º | 0.54% | 0.82% | - |
| XYZ | 33.5 | 24.52 | 14.28 | - |
| YUV | 135.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 97 | 0 | 0.50 | 0.54 | 0.18 | 4.29 | 0.55 | 0.6 |
| Hex | D1 | 69 | 61 | 0 | 32 | 36 | 12 | 4 | 37 | 3C |
| Octal | 321 | 151 | 141 | 0 | 62 | 66 | 22 | 4 | 67 | 74 |
| Binary | 11010001 | 1101001 | 1100001 | 0 | 110010 | 110110 | 10010 | 100 | 110111 | 111100 |
Color Harmonies of #D16961
Complementary color
Monochromatic Colors of #D16961
Black with #D16961
Text Example
Text Example
White with #D16961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16961; }
p { color: rgb(209,105,97); }
H1.HeaderClassName
{
color: #D16961;
}
.AnyTagClassName
{
color: #D16961;
}
</style>
background-color css
<style>
a { background-color: #D16961; }
a { background-color: rgb(209,105,97); }
div.DivClassName
{
background-color: #D16961;
}
.BgClassName
{
background-color: #D16961;
}
</style>
border-color css
<style>
span { border-color: #D16961; }
span { border-color: rgb(209,105,97); }
td.TdClassName
{
border-color: #D16961;
}
.TagClassName
{
border-color: #D16961;
}
</style>