Shades of Roman #D7615C
Tints of Roman #D7615C
RGB
CMYK
RGB Variations
Color information
#D7615C (or 0xD7615C) is known color: Roman. HEX triplet: D7, 61 and 5C. RGB value is (215,97,92). Sum of RGB (Red+Green+Blue) = 215+97+92=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7615C is #289EA3. Grayscale: #838383. Windows color (decimal): -2662052 or 6054359. OLE color: 6054359.
HSL color Cylindrical-coordinate representation of color #D7615C: hue angle of 2.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7615C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 92 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.16 |
| HSL | 2.44º | 0.61% | 0.6% | - |
| HSV(B) | 2.44º | 0.57% | 0.84% | - |
| XYZ | 34.23 | 23.77 | 12.91 | - |
| YUV | 131.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 92 | 0 | 0.55 | 0.57 | 0.16 | 2.44 | 0.61 | 0.6 |
| Hex | D7 | 61 | 5C | 0 | 37 | 39 | 10 | 2 | 3D | 3C |
| Octal | 327 | 141 | 134 | 0 | 67 | 71 | 20 | 2 | 75 | 74 |
| Binary | 11010111 | 1100001 | 1011100 | 0 | 110111 | 111001 | 10000 | 10 | 111101 | 111100 |
Color Harmonies of #D7615C
Complementary color
Monochromatic Colors of #D7615C
Black with #D7615C
Text Example
Text Example
White with #D7615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7615C; }
p { color: rgb(215,97,92); }
H1.HeaderClassName
{
color: #D7615C;
}
.AnyTagClassName
{
color: #D7615C;
}
</style>
background-color css
<style>
a { background-color: #D7615C; }
a { background-color: rgb(215,97,92); }
div.DivClassName
{
background-color: #D7615C;
}
.BgClassName
{
background-color: #D7615C;
}
</style>
border-color css
<style>
span { border-color: #D7615C; }
span { border-color: rgb(215,97,92); }
td.TdClassName
{
border-color: #D7615C;
}
.TagClassName
{
border-color: #D7615C;
}
</style>