Shades of Roman #D1645F
Tints of Roman #D1645F
RGB
CMYK
RGB Variations
Color information
#D1645F (or 0xD1645F) is known color: Roman. HEX triplet: D1, 64 and 5F. RGB value is (209,100,95). Sum of RGB (Red+Green+Blue) = 209+100+95=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1645F is #2E9BA0. Grayscale: #848484. Windows color (decimal): -3054497 or 6251729. OLE color: 6251729.
HSL color Cylindrical-coordinate representation of color #D1645F: hue angle of 2.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1645F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 95 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.18 |
| HSL | 2.63º | 0.55% | 0.6% | - |
| HSV(B) | 2.63º | 0.55% | 0.82% | - |
| XYZ | 32.92 | 23.5 | 13.63 | - |
| YUV | 132.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 95 | 0 | 0.52 | 0.55 | 0.18 | 2.63 | 0.55 | 0.6 |
| Hex | D1 | 64 | 5F | 0 | 34 | 37 | 12 | 3 | 37 | 3C |
| Octal | 321 | 144 | 137 | 0 | 64 | 67 | 22 | 3 | 67 | 74 |
| Binary | 11010001 | 1100100 | 1011111 | 0 | 110100 | 110111 | 10010 | 11 | 110111 | 111100 |
Color Harmonies of #D1645F
Complementary color
Monochromatic Colors of #D1645F
Black with #D1645F
Text Example
Text Example
White with #D1645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1645F; }
p { color: rgb(209,100,95); }
H1.HeaderClassName
{
color: #D1645F;
}
.AnyTagClassName
{
color: #D1645F;
}
</style>
background-color css
<style>
a { background-color: #D1645F; }
a { background-color: rgb(209,100,95); }
div.DivClassName
{
background-color: #D1645F;
}
.BgClassName
{
background-color: #D1645F;
}
</style>
border-color css
<style>
span { border-color: #D1645F; }
span { border-color: rgb(209,100,95); }
td.TdClassName
{
border-color: #D1645F;
}
.TagClassName
{
border-color: #D1645F;
}
</style>