Shades of Roman #D1615A
Tints of Roman #D1615A
RGB
CMYK
RGB Variations
Color information
#D1615A (or 0xD1615A) is known color: Roman. HEX triplet: D1, 61 and 5A. RGB value is (209,97,90). Sum of RGB (Red+Green+Blue) = 209+97+90=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1615A is #2E9EA5. Grayscale: #818181. Windows color (decimal): -3055270 or 5923281. OLE color: 5923281.
HSL color Cylindrical-coordinate representation of color #D1615A: hue angle of 3.53º 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 #D1615A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 90 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.18 |
| HSL | 3.53º | 0.56% | 0.59% | - |
| HSV(B) | 3.53º | 0.57% | 0.82% | - |
| XYZ | 32.41 | 22.84 | 12.37 | - |
| YUV | 129.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 90 | 0 | 0.54 | 0.57 | 0.18 | 3.53 | 0.56 | 0.59 |
| Hex | D1 | 61 | 5A | 0 | 36 | 39 | 12 | 4 | 38 | 3B |
| Octal | 321 | 141 | 132 | 0 | 66 | 71 | 22 | 4 | 70 | 73 |
| Binary | 11010001 | 1100001 | 1011010 | 0 | 110110 | 111001 | 10010 | 100 | 111000 | 111011 |
Color Harmonies of #D1615A
Complementary color
Monochromatic Colors of #D1615A
Black with #D1615A
Text Example
Text Example
White with #D1615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1615A; }
p { color: rgb(209,97,90); }
H1.HeaderClassName
{
color: #D1615A;
}
.AnyTagClassName
{
color: #D1615A;
}
</style>
background-color css
<style>
a { background-color: #D1615A; }
a { background-color: rgb(209,97,90); }
div.DivClassName
{
background-color: #D1615A;
}
.BgClassName
{
background-color: #D1615A;
}
</style>
border-color css
<style>
span { border-color: #D1615A; }
span { border-color: rgb(209,97,90); }
td.TdClassName
{
border-color: #D1615A;
}
.TagClassName
{
border-color: #D1615A;
}
</style>