Shades of Roman #D7645E
Tints of Roman #D7645E
RGB
CMYK
RGB Variations
Color information
#D7645E (or 0xD7645E) is known color: Roman. HEX triplet: D7, 64 and 5E. RGB value is (215,100,94). Sum of RGB (Red+Green+Blue) = 215+100+94=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7645E is #289BA1. Grayscale: #858585. Windows color (decimal): -2661282 or 6186199. OLE color: 6186199.
HSL color Cylindrical-coordinate representation of color #D7645E: hue angle of 2.98º 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 #D7645E is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 94 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.16 |
| HSL | 2.98º | 0.6% | 0.61% | - |
| HSV(B) | 2.98º | 0.56% | 0.84% | - |
| XYZ | 34.6 | 24.37 | 13.47 | - |
| YUV | 133.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 94 | 0 | 0.53 | 0.56 | 0.16 | 2.98 | 0.6 | 0.61 |
| Hex | D7 | 64 | 5E | 0 | 35 | 38 | 10 | 3 | 3C | 3D |
| Octal | 327 | 144 | 136 | 0 | 65 | 70 | 20 | 3 | 74 | 75 |
| Binary | 11010111 | 1100100 | 1011110 | 0 | 110101 | 111000 | 10000 | 11 | 111100 | 111101 |
Color Harmonies of #D7645E
Complementary color
Monochromatic Colors of #D7645E
Black with #D7645E
Text Example
Text Example
White with #D7645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7645E; }
p { color: rgb(215,100,94); }
H1.HeaderClassName
{
color: #D7645E;
}
.AnyTagClassName
{
color: #D7645E;
}
</style>
background-color css
<style>
a { background-color: #D7645E; }
a { background-color: rgb(215,100,94); }
div.DivClassName
{
background-color: #D7645E;
}
.BgClassName
{
background-color: #D7645E;
}
</style>
border-color css
<style>
span { border-color: #D7645E; }
span { border-color: rgb(215,100,94); }
td.TdClassName
{
border-color: #D7645E;
}
.TagClassName
{
border-color: #D7645E;
}
</style>