Shades of Roman #D46155
Tints of Roman #D46155
RGB
CMYK
RGB Variations
Color information
#D46155 (or 0xD46155) is known color: Roman. HEX triplet: D4, 61 and 55. RGB value is (212,97,85). Sum of RGB (Red+Green+Blue) = 212+97+85=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D46155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46155 is #2B9EAA. Grayscale: #828282. Windows color (decimal): -2858667 or 5595604. OLE color: 5595604.
HSL color Cylindrical-coordinate representation of color #D46155: hue angle of 5.67º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D46155 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.17 |
| HSL | 5.67º | 0.6% | 0.58% | - |
| HSV(B) | 5.67º | 0.6% | 0.83% | - |
| XYZ | 33.07 | 23.2 | 11.33 | - |
| YUV | 130.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 85 | 0 | 0.54 | 0.60 | 0.17 | 5.67 | 0.6 | 0.58 |
| Hex | D4 | 61 | 55 | 0 | 36 | 3C | 11 | 6 | 3C | 3A |
| Octal | 324 | 141 | 125 | 0 | 66 | 74 | 21 | 6 | 74 | 72 |
| Binary | 11010100 | 1100001 | 1010101 | 0 | 110110 | 111100 | 10001 | 110 | 111100 | 111010 |
Color Harmonies of #D46155
Complementary color
Monochromatic Colors of #D46155
Black with #D46155
Text Example
Text Example
White with #D46155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46155; }
p { color: rgb(212,97,85); }
H1.HeaderClassName
{
color: #D46155;
}
.AnyTagClassName
{
color: #D46155;
}
</style>
background-color css
<style>
a { background-color: #D46155; }
a { background-color: rgb(212,97,85); }
div.DivClassName
{
background-color: #D46155;
}
.BgClassName
{
background-color: #D46155;
}
</style>
border-color css
<style>
span { border-color: #D46155; }
span { border-color: rgb(212,97,85); }
td.TdClassName
{
border-color: #D46155;
}
.TagClassName
{
border-color: #D46155;
}
</style>