Shades of Roman #D76353
Tints of Roman #D76353
RGB
CMYK
RGB Variations
Color information
#D76353 (or 0xD76353) is known color: Roman. HEX triplet: D7, 63 and 53. RGB value is (215,99,83). Sum of RGB (Red+Green+Blue) = 215+99+83=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76353 is #289CAC. Grayscale: #848484. Windows color (decimal): -2661549 or 5465047. OLE color: 5465047.
HSL color Cylindrical-coordinate representation of color #D76353: hue angle of 7.27º 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 #D76353 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 83 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.16 |
| HSL | 7.27º | 0.62% | 0.58% | - |
| HSV(B) | 7.27º | 0.61% | 0.84% | - |
| XYZ | 34.05 | 24 | 11.02 | - |
| YUV | 131.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 83 | 0 | 0.54 | 0.61 | 0.16 | 7.27 | 0.62 | 0.58 |
| Hex | D7 | 63 | 53 | 0 | 36 | 3D | 10 | 7 | 3E | 3A |
| Octal | 327 | 143 | 123 | 0 | 66 | 75 | 20 | 7 | 76 | 72 |
| Binary | 11010111 | 1100011 | 1010011 | 0 | 110110 | 111101 | 10000 | 111 | 111110 | 111010 |
Color Harmonies of #D76353
Complementary color
Monochromatic Colors of #D76353
Black with #D76353
Text Example
Text Example
White with #D76353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76353; }
p { color: rgb(215,99,83); }
H1.HeaderClassName
{
color: #D76353;
}
.AnyTagClassName
{
color: #D76353;
}
</style>
background-color css
<style>
a { background-color: #D76353; }
a { background-color: rgb(215,99,83); }
div.DivClassName
{
background-color: #D76353;
}
.BgClassName
{
background-color: #D76353;
}
</style>
border-color css
<style>
span { border-color: #D76353; }
span { border-color: rgb(215,99,83); }
td.TdClassName
{
border-color: #D76353;
}
.TagClassName
{
border-color: #D76353;
}
</style>