Shades of Roman #D1645C
Tints of Roman #D1645C
RGB
CMYK
RGB Variations
Color information
#D1645C (or 0xD1645C) is known color: Roman. HEX triplet: D1, 64 and 5C. RGB value is (209,100,92). Sum of RGB (Red+Green+Blue) = 209+100+92=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1645C is #2E9BA3. Grayscale: #838383. Windows color (decimal): -3054500 or 6055121. OLE color: 6055121.
HSL color Cylindrical-coordinate representation of color #D1645C: hue angle of 4.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1645C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 92 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.18 |
| HSL | 4.1º | 0.56% | 0.59% | - |
| HSV(B) | 4.1º | 0.56% | 0.82% | - |
| XYZ | 32.78 | 23.44 | 12.92 | - |
| YUV | 131.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 92 | 0 | 0.52 | 0.56 | 0.18 | 4.1 | 0.56 | 0.59 |
| Hex | D1 | 64 | 5C | 0 | 34 | 38 | 12 | 4 | 38 | 3B |
| Octal | 321 | 144 | 134 | 0 | 64 | 70 | 22 | 4 | 70 | 73 |
| Binary | 11010001 | 1100100 | 1011100 | 0 | 110100 | 111000 | 10010 | 100 | 111000 | 111011 |
Color Harmonies of #D1645C
Complementary color
Monochromatic Colors of #D1645C
Black with #D1645C
Text Example
Text Example
White with #D1645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1645C; }
p { color: rgb(209,100,92); }
H1.HeaderClassName
{
color: #D1645C;
}
.AnyTagClassName
{
color: #D1645C;
}
</style>
background-color css
<style>
a { background-color: #D1645C; }
a { background-color: rgb(209,100,92); }
div.DivClassName
{
background-color: #D1645C;
}
.BgClassName
{
background-color: #D1645C;
}
</style>
border-color css
<style>
span { border-color: #D1645C; }
span { border-color: rgb(209,100,92); }
td.TdClassName
{
border-color: #D1645C;
}
.TagClassName
{
border-color: #D1645C;
}
</style>