Shades of Roman #D76054
Tints of Roman #D76054
RGB
CMYK
RGB Variations
Color information
#D76054 (or 0xD76054) is known color: Roman. HEX triplet: D7, 60 and 54. RGB value is (215,96,84). Sum of RGB (Red+Green+Blue) = 215+96+84=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D76054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76054 is #289FAB. Grayscale: #828282. Windows color (decimal): -2662316 or 5529815. OLE color: 5529815.
HSL color Cylindrical-coordinate representation of color #D76054: hue angle of 5.5º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76054 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 84 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.16 |
| HSL | 5.5º | 0.62% | 0.59% | - |
| HSV(B) | 5.5º | 0.61% | 0.84% | - |
| XYZ | 33.81 | 23.45 | 11.13 | - |
| YUV | 130.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 84 | 0 | 0.55 | 0.61 | 0.16 | 5.5 | 0.62 | 0.59 |
| Hex | D7 | 60 | 54 | 0 | 37 | 3D | 10 | 5 | 3E | 3B |
| Octal | 327 | 140 | 124 | 0 | 67 | 75 | 20 | 5 | 76 | 73 |
| Binary | 11010111 | 1100000 | 1010100 | 0 | 110111 | 111101 | 10000 | 101 | 111110 | 111011 |
Color Harmonies of #D76054
Complementary color
Monochromatic Colors of #D76054
Black with #D76054
Text Example
Text Example
White with #D76054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76054; }
p { color: rgb(215,96,84); }
H1.HeaderClassName
{
color: #D76054;
}
.AnyTagClassName
{
color: #D76054;
}
</style>
background-color css
<style>
a { background-color: #D76054; }
a { background-color: rgb(215,96,84); }
div.DivClassName
{
background-color: #D76054;
}
.BgClassName
{
background-color: #D76054;
}
</style>
border-color css
<style>
span { border-color: #D76054; }
span { border-color: rgb(215,96,84); }
td.TdClassName
{
border-color: #D76054;
}
.TagClassName
{
border-color: #D76054;
}
</style>