Shades of Roman #D46251
Tints of Roman #D46251
RGB
CMYK
RGB Variations
Color information
#D46251 (or 0xD46251) is known color: Roman. HEX triplet: D4, 62 and 51. RGB value is (212,98,81). Sum of RGB (Red+Green+Blue) = 212+98+81=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D46251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46251 is #2B9DAE. Grayscale: #828282. Windows color (decimal): -2858415 or 5333716. OLE color: 5333716.
HSL color Cylindrical-coordinate representation of color #D46251: hue angle of 7.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46251 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 81 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.17 |
| HSL | 7.79º | 0.6% | 0.57% | - |
| HSV(B) | 7.79º | 0.62% | 0.83% | - |
| XYZ | 33 | 23.33 | 10.55 | - |
| YUV | 130.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 81 | 0 | 0.54 | 0.62 | 0.17 | 7.79 | 0.6 | 0.57 |
| Hex | D4 | 62 | 51 | 0 | 36 | 3E | 11 | 8 | 3C | 39 |
| Octal | 324 | 142 | 121 | 0 | 66 | 76 | 21 | 10 | 74 | 71 |
| Binary | 11010100 | 1100010 | 1010001 | 0 | 110110 | 111110 | 10001 | 1000 | 111100 | 111001 |
Color Harmonies of #D46251
Complementary color
Monochromatic Colors of #D46251
Black with #D46251
Text Example
Text Example
White with #D46251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46251; }
p { color: rgb(212,98,81); }
H1.HeaderClassName
{
color: #D46251;
}
.AnyTagClassName
{
color: #D46251;
}
</style>
background-color css
<style>
a { background-color: #D46251; }
a { background-color: rgb(212,98,81); }
div.DivClassName
{
background-color: #D46251;
}
.BgClassName
{
background-color: #D46251;
}
</style>
border-color css
<style>
span { border-color: #D46251; }
span { border-color: rgb(212,98,81); }
td.TdClassName
{
border-color: #D46251;
}
.TagClassName
{
border-color: #D46251;
}
</style>