Shades of Roman #D76053
Tints of Roman #D76053
RGB
CMYK
RGB Variations
Color information
#D76053 (or 0xD76053) is known color: Roman. HEX triplet: D7, 60 and 53. RGB value is (215,96,83). Sum of RGB (Red+Green+Blue) = 215+96+83=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76053 is #289FAC. Grayscale: #828282. Windows color (decimal): -2662317 or 5464279. OLE color: 5464279.
HSL color Cylindrical-coordinate representation of color #D76053: hue angle of 5.91º 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 #D76053 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 83 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.16 |
| HSL | 5.91º | 0.62% | 0.58% | - |
| HSV(B) | 5.91º | 0.61% | 0.84% | - |
| XYZ | 33.77 | 23.44 | 10.93 | - |
| YUV | 130.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 83 | 0 | 0.55 | 0.61 | 0.16 | 5.91 | 0.62 | 0.58 |
| Hex | D7 | 60 | 53 | 0 | 37 | 3D | 10 | 6 | 3E | 3A |
| Octal | 327 | 140 | 123 | 0 | 67 | 75 | 20 | 6 | 76 | 72 |
| Binary | 11010111 | 1100000 | 1010011 | 0 | 110111 | 111101 | 10000 | 110 | 111110 | 111010 |
Color Harmonies of #D76053
Complementary color
Monochromatic Colors of #D76053
Black with #D76053
Text Example
Text Example
White with #D76053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76053; }
p { color: rgb(215,96,83); }
H1.HeaderClassName
{
color: #D76053;
}
.AnyTagClassName
{
color: #D76053;
}
</style>
background-color css
<style>
a { background-color: #D76053; }
a { background-color: rgb(215,96,83); }
div.DivClassName
{
background-color: #D76053;
}
.BgClassName
{
background-color: #D76053;
}
</style>
border-color css
<style>
span { border-color: #D76053; }
span { border-color: rgb(215,96,83); }
td.TdClassName
{
border-color: #D76053;
}
.TagClassName
{
border-color: #D76053;
}
</style>