Shades of Roman #D1645A
Tints of Roman #D1645A
RGB
CMYK
RGB Variations
Color information
#D1645A (or 0xD1645A) is known color: Roman. HEX triplet: D1, 64 and 5A. RGB value is (209,100,90). Sum of RGB (Red+Green+Blue) = 209+100+90=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1645A is #2E9BA5. Grayscale: #838383. Windows color (decimal): -3054502 or 5924049. OLE color: 5924049.
HSL color Cylindrical-coordinate representation of color #D1645A: hue angle of 5.04º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1645A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 90 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.18 |
| HSL | 5.04º | 0.56% | 0.59% | - |
| HSV(B) | 5.04º | 0.57% | 0.82% | - |
| XYZ | 32.7 | 23.41 | 12.47 | - |
| YUV | 131.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 90 | 0 | 0.52 | 0.57 | 0.18 | 5.04 | 0.56 | 0.59 |
| Hex | D1 | 64 | 5A | 0 | 34 | 39 | 12 | 5 | 38 | 3B |
| Octal | 321 | 144 | 132 | 0 | 64 | 71 | 22 | 5 | 70 | 73 |
| Binary | 11010001 | 1100100 | 1011010 | 0 | 110100 | 111001 | 10010 | 101 | 111000 | 111011 |
Color Harmonies of #D1645A
Complementary color
Monochromatic Colors of #D1645A
Black with #D1645A
Text Example
Text Example
White with #D1645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1645A; }
p { color: rgb(209,100,90); }
H1.HeaderClassName
{
color: #D1645A;
}
.AnyTagClassName
{
color: #D1645A;
}
</style>
background-color css
<style>
a { background-color: #D1645A; }
a { background-color: rgb(209,100,90); }
div.DivClassName
{
background-color: #D1645A;
}
.BgClassName
{
background-color: #D1645A;
}
</style>
border-color css
<style>
span { border-color: #D1645A; }
span { border-color: rgb(209,100,90); }
td.TdClassName
{
border-color: #D1645A;
}
.TagClassName
{
border-color: #D1645A;
}
</style>