Shades of Roman #D9615B
Tints of Roman #D9615B
RGB
CMYK
RGB Variations
Color information
#D9615B (or 0xD9615B) is known color: Roman. HEX triplet: D9, 61 and 5B. RGB value is (217,97,91). Sum of RGB (Red+Green+Blue) = 217+97+91=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9615B is #269EA4. Grayscale: #848484. Windows color (decimal): -2530981 or 5988825. OLE color: 5988825.
HSL color Cylindrical-coordinate representation of color #D9615B: hue angle of 2.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9615B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 91 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.15 |
| HSL | 2.86º | 0.62% | 0.6% | - |
| HSV(B) | 2.86º | 0.58% | 0.85% | - |
| XYZ | 34.78 | 24.06 | 12.71 | - |
| YUV | 132.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 91 | 0 | 0.55 | 0.58 | 0.15 | 2.86 | 0.62 | 0.6 |
| Hex | D9 | 61 | 5B | 0 | 37 | 3A | F | 3 | 3E | 3C |
| Octal | 331 | 141 | 133 | 0 | 67 | 72 | 17 | 3 | 76 | 74 |
| Binary | 11011001 | 1100001 | 1011011 | 0 | 110111 | 111010 | 1111 | 11 | 111110 | 111100 |
Color Harmonies of #D9615B
Complementary color
Monochromatic Colors of #D9615B
Black with #D9615B
Text Example
Text Example
White with #D9615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9615B; }
p { color: rgb(217,97,91); }
H1.HeaderClassName
{
color: #D9615B;
}
.AnyTagClassName
{
color: #D9615B;
}
</style>
background-color css
<style>
a { background-color: #D9615B; }
a { background-color: rgb(217,97,91); }
div.DivClassName
{
background-color: #D9615B;
}
.BgClassName
{
background-color: #D9615B;
}
</style>
border-color css
<style>
span { border-color: #D9615B; }
span { border-color: rgb(217,97,91); }
td.TdClassName
{
border-color: #D9615B;
}
.TagClassName
{
border-color: #D9615B;
}
</style>