Shades of Roman #D7655F
Tints of Roman #D7655F
RGB
CMYK
RGB Variations
Color information
#D7655F (or 0xD7655F) is known color: Roman. HEX triplet: D7, 65 and 5F. RGB value is (215,101,95). Sum of RGB (Red+Green+Blue) = 215+101+95=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7655F is #289AA0. Grayscale: #868686. Windows color (decimal): -2661025 or 6251991. OLE color: 6251991.
HSL color Cylindrical-coordinate representation of color #D7655F: hue angle of 3º 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 #D7655F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 95 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.16 |
| HSL | 3º | 0.6% | 0.61% | - |
| HSV(B) | 3º | 0.56% | 0.84% | - |
| XYZ | 34.74 | 24.58 | 13.74 | - |
| YUV | 134.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 95 | 0 | 0.53 | 0.56 | 0.16 | 3 | 0.6 | 0.61 |
| Hex | D7 | 65 | 5F | 0 | 35 | 38 | 10 | 3 | 3C | 3D |
| Octal | 327 | 145 | 137 | 0 | 65 | 70 | 20 | 3 | 74 | 75 |
| Binary | 11010111 | 1100101 | 1011111 | 0 | 110101 | 111000 | 10000 | 11 | 111100 | 111101 |
Color Harmonies of #D7655F
Complementary color
Monochromatic Colors of #D7655F
Black with #D7655F
Text Example
Text Example
White with #D7655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7655F; }
p { color: rgb(215,101,95); }
H1.HeaderClassName
{
color: #D7655F;
}
.AnyTagClassName
{
color: #D7655F;
}
</style>
background-color css
<style>
a { background-color: #D7655F; }
a { background-color: rgb(215,101,95); }
div.DivClassName
{
background-color: #D7655F;
}
.BgClassName
{
background-color: #D7655F;
}
</style>
border-color css
<style>
span { border-color: #D7655F; }
span { border-color: rgb(215,101,95); }
td.TdClassName
{
border-color: #D7655F;
}
.TagClassName
{
border-color: #D7655F;
}
</style>