Shades of Roman #D1645B
Tints of Roman #D1645B
RGB
CMYK
RGB Variations
Color information
#D1645B (or 0xD1645B) is known color: Roman. HEX triplet: D1, 64 and 5B. RGB value is (209,100,91). Sum of RGB (Red+Green+Blue) = 209+100+91=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1645B is #2E9BA4. Grayscale: #838383. Windows color (decimal): -3054501 or 5989585. OLE color: 5989585.
HSL color Cylindrical-coordinate representation of color #D1645B: hue angle of 4.58º 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 #D1645B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 91 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.18 |
| HSL | 4.58º | 0.56% | 0.59% | - |
| HSV(B) | 4.58º | 0.56% | 0.82% | - |
| XYZ | 32.74 | 23.42 | 12.69 | - |
| YUV | 131.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 91 | 0 | 0.52 | 0.56 | 0.18 | 4.58 | 0.56 | 0.59 |
| Hex | D1 | 64 | 5B | 0 | 34 | 38 | 12 | 5 | 38 | 3B |
| Octal | 321 | 144 | 133 | 0 | 64 | 70 | 22 | 5 | 70 | 73 |
| Binary | 11010001 | 1100100 | 1011011 | 0 | 110100 | 111000 | 10010 | 101 | 111000 | 111011 |
Color Harmonies of #D1645B
Complementary color
Monochromatic Colors of #D1645B
Black with #D1645B
Text Example
Text Example
White with #D1645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1645B; }
p { color: rgb(209,100,91); }
H1.HeaderClassName
{
color: #D1645B;
}
.AnyTagClassName
{
color: #D1645B;
}
</style>
background-color css
<style>
a { background-color: #D1645B; }
a { background-color: rgb(209,100,91); }
div.DivClassName
{
background-color: #D1645B;
}
.BgClassName
{
background-color: #D1645B;
}
</style>
border-color css
<style>
span { border-color: #D1645B; }
span { border-color: rgb(209,100,91); }
td.TdClassName
{
border-color: #D1645B;
}
.TagClassName
{
border-color: #D1645B;
}
</style>