Shades of Roman #D76453
Tints of Roman #D76453
RGB
CMYK
RGB Variations
Color information
#D76453 (or 0xD76453) is known color: Roman. HEX triplet: D7, 64 and 53. RGB value is (215,100,83). Sum of RGB (Red+Green+Blue) = 215+100+83=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76453 is #289BAC. Grayscale: #848484. Windows color (decimal): -2661293 or 5465303. OLE color: 5465303.
HSL color Cylindrical-coordinate representation of color #D76453: hue angle of 7.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76453 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 83 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.16 |
| HSL | 7.73º | 0.62% | 0.58% | - |
| HSV(B) | 7.73º | 0.61% | 0.84% | - |
| XYZ | 34.14 | 24.19 | 11.05 | - |
| YUV | 132.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 83 | 0 | 0.53 | 0.61 | 0.16 | 7.73 | 0.62 | 0.58 |
| Hex | D7 | 64 | 53 | 0 | 35 | 3D | 10 | 8 | 3E | 3A |
| Octal | 327 | 144 | 123 | 0 | 65 | 75 | 20 | 10 | 76 | 72 |
| Binary | 11010111 | 1100100 | 1010011 | 0 | 110101 | 111101 | 10000 | 1000 | 111110 | 111010 |
Color Harmonies of #D76453
Complementary color
Monochromatic Colors of #D76453
Black with #D76453
Text Example
Text Example
White with #D76453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76453; }
p { color: rgb(215,100,83); }
H1.HeaderClassName
{
color: #D76453;
}
.AnyTagClassName
{
color: #D76453;
}
</style>
background-color css
<style>
a { background-color: #D76453; }
a { background-color: rgb(215,100,83); }
div.DivClassName
{
background-color: #D76453;
}
.BgClassName
{
background-color: #D76453;
}
</style>
border-color css
<style>
span { border-color: #D76453; }
span { border-color: rgb(215,100,83); }
td.TdClassName
{
border-color: #D76453;
}
.TagClassName
{
border-color: #D76453;
}
</style>