Shades of Roman #D7665F
Tints of Roman #D7665F
RGB
CMYK
RGB Variations
Color information
#D7665F (or 0xD7665F) is known color: Roman. HEX triplet: D7, 66 and 5F. RGB value is (215,102,95). Sum of RGB (Red+Green+Blue) = 215+102+95=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7665F is #2899A0. Grayscale: #878787. Windows color (decimal): -2660769 or 6252247. OLE color: 6252247.
HSL color Cylindrical-coordinate representation of color #D7665F: hue angle of 3.5º 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 #D7665F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 95 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.16 |
| HSL | 3.5º | 0.6% | 0.61% | - |
| HSV(B) | 3.5º | 0.56% | 0.84% | - |
| XYZ | 34.84 | 24.78 | 13.77 | - |
| YUV | 134.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 95 | 0 | 0.53 | 0.56 | 0.16 | 3.5 | 0.6 | 0.61 |
| Hex | D7 | 66 | 5F | 0 | 35 | 38 | 10 | 4 | 3C | 3D |
| Octal | 327 | 146 | 137 | 0 | 65 | 70 | 20 | 4 | 74 | 75 |
| Binary | 11010111 | 1100110 | 1011111 | 0 | 110101 | 111000 | 10000 | 100 | 111100 | 111101 |
Color Harmonies of #D7665F
Complementary color
Monochromatic Colors of #D7665F
Black with #D7665F
Text Example
Text Example
White with #D7665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7665F; }
p { color: rgb(215,102,95); }
H1.HeaderClassName
{
color: #D7665F;
}
.AnyTagClassName
{
color: #D7665F;
}
</style>
background-color css
<style>
a { background-color: #D7665F; }
a { background-color: rgb(215,102,95); }
div.DivClassName
{
background-color: #D7665F;
}
.BgClassName
{
background-color: #D7665F;
}
</style>
border-color css
<style>
span { border-color: #D7665F; }
span { border-color: rgb(215,102,95); }
td.TdClassName
{
border-color: #D7665F;
}
.TagClassName
{
border-color: #D7665F;
}
</style>