Shades of Roman #D46352
Tints of Roman #D46352
RGB
CMYK
RGB Variations
Color information
#D46352 (or 0xD46352) is known color: Roman. HEX triplet: D4, 63 and 52. RGB value is (212,99,82). Sum of RGB (Red+Green+Blue) = 212+99+82=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D46352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46352 is #2B9CAD. Grayscale: #838383. Windows color (decimal): -2858158 or 5399508. OLE color: 5399508.
HSL color Cylindrical-coordinate representation of color #D46352: hue angle of 7.85º 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 #D46352 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 82 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.17 |
| HSL | 7.85º | 0.6% | 0.58% | - |
| HSV(B) | 7.85º | 0.61% | 0.83% | - |
| XYZ | 33.14 | 23.53 | 10.78 | - |
| YUV | 130.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 82 | 0 | 0.53 | 0.61 | 0.17 | 7.85 | 0.6 | 0.58 |
| Hex | D4 | 63 | 52 | 0 | 35 | 3D | 11 | 8 | 3C | 3A |
| Octal | 324 | 143 | 122 | 0 | 65 | 75 | 21 | 10 | 74 | 72 |
| Binary | 11010100 | 1100011 | 1010010 | 0 | 110101 | 111101 | 10001 | 1000 | 111100 | 111010 |
Color Harmonies of #D46352
Complementary color
Monochromatic Colors of #D46352
Black with #D46352
Text Example
Text Example
White with #D46352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46352; }
p { color: rgb(212,99,82); }
H1.HeaderClassName
{
color: #D46352;
}
.AnyTagClassName
{
color: #D46352;
}
</style>
background-color css
<style>
a { background-color: #D46352; }
a { background-color: rgb(212,99,82); }
div.DivClassName
{
background-color: #D46352;
}
.BgClassName
{
background-color: #D46352;
}
</style>
border-color css
<style>
span { border-color: #D46352; }
span { border-color: rgb(212,99,82); }
td.TdClassName
{
border-color: #D46352;
}
.TagClassName
{
border-color: #D46352;
}
</style>