Shades of Roman #D7645C
Tints of Roman #D7645C
RGB
CMYK
RGB Variations
Color information
#D7645C (or 0xD7645C) is known color: Roman. HEX triplet: D7, 64 and 5C. RGB value is (215,100,92). Sum of RGB (Red+Green+Blue) = 215+100+92=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7645C is #289BA3. Grayscale: #858585. Windows color (decimal): -2661284 or 6055127. OLE color: 6055127.
HSL color Cylindrical-coordinate representation of color #D7645C: hue angle of 3.9º 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 #D7645C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 92 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.16 |
| HSL | 3.9º | 0.61% | 0.6% | - |
| HSV(B) | 3.9º | 0.57% | 0.84% | - |
| XYZ | 34.51 | 24.33 | 13 | - |
| YUV | 133.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 92 | 0 | 0.53 | 0.57 | 0.16 | 3.9 | 0.61 | 0.6 |
| Hex | D7 | 64 | 5C | 0 | 35 | 39 | 10 | 4 | 3D | 3C |
| Octal | 327 | 144 | 134 | 0 | 65 | 71 | 20 | 4 | 75 | 74 |
| Binary | 11010111 | 1100100 | 1011100 | 0 | 110101 | 111001 | 10000 | 100 | 111101 | 111100 |
Color Harmonies of #D7645C
Complementary color
Monochromatic Colors of #D7645C
Black with #D7645C
Text Example
Text Example
White with #D7645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7645C; }
p { color: rgb(215,100,92); }
H1.HeaderClassName
{
color: #D7645C;
}
.AnyTagClassName
{
color: #D7645C;
}
</style>
background-color css
<style>
a { background-color: #D7645C; }
a { background-color: rgb(215,100,92); }
div.DivClassName
{
background-color: #D7645C;
}
.BgClassName
{
background-color: #D7645C;
}
</style>
border-color css
<style>
span { border-color: #D7645C; }
span { border-color: rgb(215,100,92); }
td.TdClassName
{
border-color: #D7645C;
}
.TagClassName
{
border-color: #D7645C;
}
</style>