Shades of Roman #D7605E
Tints of Roman #D7605E
RGB
CMYK
RGB Variations
Color information
#D7605E (or 0xD7605E) is known color: Roman. HEX triplet: D7, 60 and 5E. RGB value is (215,96,94). Sum of RGB (Red+Green+Blue) = 215+96+94=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7605E is #289FA1. Grayscale: #838383. Windows color (decimal): -2662306 or 6185175. OLE color: 6185175.
HSL color Cylindrical-coordinate representation of color #D7605E: hue angle of 0.99º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7605E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 94 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.16 |
| HSL | 0.99º | 0.6% | 0.61% | - |
| HSV(B) | 0.99º | 0.56% | 0.84% | - |
| XYZ | 34.23 | 23.62 | 13.34 | - |
| YUV | 131.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 94 | 0 | 0.55 | 0.56 | 0.16 | 0.99 | 0.6 | 0.61 |
| Hex | D7 | 60 | 5E | 0 | 37 | 38 | 10 | 1 | 3C | 3D |
| Octal | 327 | 140 | 136 | 0 | 67 | 70 | 20 | 1 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1011110 | 0 | 110111 | 111000 | 10000 | 1 | 111100 | 111101 |
Color Harmonies of #D7605E
Complementary color
Monochromatic Colors of #D7605E
Black with #D7605E
Text Example
Text Example
White with #D7605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7605E; }
p { color: rgb(215,96,94); }
H1.HeaderClassName
{
color: #D7605E;
}
.AnyTagClassName
{
color: #D7605E;
}
</style>
background-color css
<style>
a { background-color: #D7605E; }
a { background-color: rgb(215,96,94); }
div.DivClassName
{
background-color: #D7605E;
}
.BgClassName
{
background-color: #D7605E;
}
</style>
border-color css
<style>
span { border-color: #D7605E; }
span { border-color: rgb(215,96,94); }
td.TdClassName
{
border-color: #D7605E;
}
.TagClassName
{
border-color: #D7605E;
}
</style>