Shades of Roman #D46564
Tints of Roman #D46564
RGB
CMYK
RGB Variations
Color information
#D46564 (or 0xD46564) is known color: Roman. HEX triplet: D4, 65 and 64. RGB value is (212,101,100). Sum of RGB (Red+Green+Blue) = 212+101+100=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D46564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46564 is #2B9A9B. Grayscale: #868686. Windows color (decimal): -2857628 or 6579668. OLE color: 6579668.
HSL color Cylindrical-coordinate representation of color #D46564: hue angle of 0.54º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46564 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 100 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.17 |
| HSL | 0.54º | 0.57% | 0.61% | - |
| HSV(B) | 0.54º | 0.53% | 0.83% | - |
| XYZ | 34.11 | 24.22 | 14.93 | - |
| YUV | 134.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 100 | 0 | 0.52 | 0.53 | 0.17 | 0.54 | 0.57 | 0.61 |
| Hex | D4 | 65 | 64 | 0 | 34 | 35 | 11 | 1 | 39 | 3D |
| Octal | 324 | 145 | 144 | 0 | 64 | 65 | 21 | 1 | 71 | 75 |
| Binary | 11010100 | 1100101 | 1100100 | 0 | 110100 | 110101 | 10001 | 1 | 111001 | 111101 |
Color Harmonies of #D46564
Complementary color
Monochromatic Colors of #D46564
Black with #D46564
Text Example
Text Example
White with #D46564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46564; }
p { color: rgb(212,101,100); }
H1.HeaderClassName
{
color: #D46564;
}
.AnyTagClassName
{
color: #D46564;
}
</style>
background-color css
<style>
a { background-color: #D46564; }
a { background-color: rgb(212,101,100); }
div.DivClassName
{
background-color: #D46564;
}
.BgClassName
{
background-color: #D46564;
}
</style>
border-color css
<style>
span { border-color: #D46564; }
span { border-color: rgb(212,101,100); }
td.TdClassName
{
border-color: #D46564;
}
.TagClassName
{
border-color: #D46564;
}
</style>