Shades of Roman #D46457
Tints of Roman #D46457
RGB
CMYK
RGB Variations
Color information
#D46457 (or 0xD46457) is known color: Roman. HEX triplet: D4, 64 and 57. RGB value is (212,100,87). Sum of RGB (Red+Green+Blue) = 212+100+87=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D46457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46457 is #2B9BA8. Grayscale: #848484. Windows color (decimal): -2857897 or 5727444. OLE color: 5727444.
HSL color Cylindrical-coordinate representation of color #D46457: hue angle of 6.24º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46457 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 87 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.17 |
| HSL | 6.24º | 0.59% | 0.59% | - |
| HSV(B) | 6.24º | 0.59% | 0.83% | - |
| XYZ | 33.43 | 23.8 | 11.85 | - |
| YUV | 132.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 87 | 0 | 0.53 | 0.59 | 0.17 | 6.24 | 0.59 | 0.59 |
| Hex | D4 | 64 | 57 | 0 | 35 | 3B | 11 | 6 | 3B | 3B |
| Octal | 324 | 144 | 127 | 0 | 65 | 73 | 21 | 6 | 73 | 73 |
| Binary | 11010100 | 1100100 | 1010111 | 0 | 110101 | 111011 | 10001 | 110 | 111011 | 111011 |
Color Harmonies of #D46457
Complementary color
Monochromatic Colors of #D46457
Black with #D46457
Text Example
Text Example
White with #D46457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46457; }
p { color: rgb(212,100,87); }
H1.HeaderClassName
{
color: #D46457;
}
.AnyTagClassName
{
color: #D46457;
}
</style>
background-color css
<style>
a { background-color: #D46457; }
a { background-color: rgb(212,100,87); }
div.DivClassName
{
background-color: #D46457;
}
.BgClassName
{
background-color: #D46457;
}
</style>
border-color css
<style>
span { border-color: #D46457; }
span { border-color: rgb(212,100,87); }
td.TdClassName
{
border-color: #D46457;
}
.TagClassName
{
border-color: #D46457;
}
</style>