Shades of Roman #D46652
Tints of Roman #D46652
RGB
CMYK
RGB Variations
Color information
#D46652 (or 0xD46652) is known color: Roman. HEX triplet: D4, 66 and 52. RGB value is (212,102,82). Sum of RGB (Red+Green+Blue) = 212+102+82=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D46652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46652 is #2B99AD. Grayscale: #848484. Windows color (decimal): -2857390 or 5400276. OLE color: 5400276.
HSL color Cylindrical-coordinate representation of color #D46652: hue angle of 9.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D46652 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 82 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.17 |
| HSL | 9.23º | 0.6% | 0.58% | - |
| HSV(B) | 9.23º | 0.61% | 0.83% | - |
| XYZ | 33.43 | 24.11 | 10.87 | - |
| YUV | 132.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 82 | 0 | 0.52 | 0.61 | 0.17 | 9.23 | 0.6 | 0.58 |
| Hex | D4 | 66 | 52 | 0 | 34 | 3D | 11 | 9 | 3C | 3A |
| Octal | 324 | 146 | 122 | 0 | 64 | 75 | 21 | 11 | 74 | 72 |
| Binary | 11010100 | 1100110 | 1010010 | 0 | 110100 | 111101 | 10001 | 1001 | 111100 | 111010 |
Color Harmonies of #D46652
Complementary color
Monochromatic Colors of #D46652
Black with #D46652
Text Example
Text Example
White with #D46652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46652; }
p { color: rgb(212,102,82); }
H1.HeaderClassName
{
color: #D46652;
}
.AnyTagClassName
{
color: #D46652;
}
</style>
background-color css
<style>
a { background-color: #D46652; }
a { background-color: rgb(212,102,82); }
div.DivClassName
{
background-color: #D46652;
}
.BgClassName
{
background-color: #D46652;
}
</style>
border-color css
<style>
span { border-color: #D46652; }
span { border-color: rgb(212,102,82); }
td.TdClassName
{
border-color: #D46652;
}
.TagClassName
{
border-color: #D46652;
}
</style>