Shades of Roman #D8615C
Tints of Roman #D8615C
RGB
CMYK
RGB Variations
Color information
#D8615C (or 0xD8615C) is known color: Roman. HEX triplet: D8, 61 and 5C. RGB value is (216,97,92). Sum of RGB (Red+Green+Blue) = 216+97+92=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8615C is #279EA3. Grayscale: #848484. Windows color (decimal): -2596516 or 6054360. OLE color: 6054360.
HSL color Cylindrical-coordinate representation of color #D8615C: hue angle of 2.42º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8615C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 92 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.15 |
| HSL | 2.42º | 0.61% | 0.6% | - |
| HSV(B) | 2.42º | 0.57% | 0.85% | - |
| XYZ | 34.53 | 23.92 | 12.92 | - |
| YUV | 132.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 92 | 0 | 0.55 | 0.57 | 0.15 | 2.42 | 0.61 | 0.6 |
| Hex | D8 | 61 | 5C | 0 | 37 | 39 | F | 2 | 3D | 3C |
| Octal | 330 | 141 | 134 | 0 | 67 | 71 | 17 | 2 | 75 | 74 |
| Binary | 11011000 | 1100001 | 1011100 | 0 | 110111 | 111001 | 1111 | 10 | 111101 | 111100 |
Color Harmonies of #D8615C
Complementary color
Monochromatic Colors of #D8615C
Black with #D8615C
Text Example
Text Example
White with #D8615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8615C; }
p { color: rgb(216,97,92); }
H1.HeaderClassName
{
color: #D8615C;
}
.AnyTagClassName
{
color: #D8615C;
}
</style>
background-color css
<style>
a { background-color: #D8615C; }
a { background-color: rgb(216,97,92); }
div.DivClassName
{
background-color: #D8615C;
}
.BgClassName
{
background-color: #D8615C;
}
</style>
border-color css
<style>
span { border-color: #D8615C; }
span { border-color: rgb(216,97,92); }
td.TdClassName
{
border-color: #D8615C;
}
.TagClassName
{
border-color: #D8615C;
}
</style>