Shades of Roman #D76253
Tints of Roman #D76253
RGB
CMYK
RGB Variations
Color information
#D76253 (or 0xD76253) is known color: Roman. HEX triplet: D7, 62 and 53. RGB value is (215,98,83). Sum of RGB (Red+Green+Blue) = 215+98+83=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D76253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76253 is #289DAC. Grayscale: #838383. Windows color (decimal): -2661805 or 5464791. OLE color: 5464791.
HSL color Cylindrical-coordinate representation of color #D76253: hue angle of 6.82º 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 #D76253 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 83 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.16 |
| HSL | 6.82º | 0.62% | 0.58% | - |
| HSV(B) | 6.82º | 0.61% | 0.84% | - |
| XYZ | 33.95 | 23.81 | 10.99 | - |
| YUV | 131.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 83 | 0 | 0.54 | 0.61 | 0.16 | 6.82 | 0.62 | 0.58 |
| Hex | D7 | 62 | 53 | 0 | 36 | 3D | 10 | 7 | 3E | 3A |
| Octal | 327 | 142 | 123 | 0 | 66 | 75 | 20 | 7 | 76 | 72 |
| Binary | 11010111 | 1100010 | 1010011 | 0 | 110110 | 111101 | 10000 | 111 | 111110 | 111010 |
Color Harmonies of #D76253
Complementary color
Monochromatic Colors of #D76253
Black with #D76253
Text Example
Text Example
White with #D76253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76253; }
p { color: rgb(215,98,83); }
H1.HeaderClassName
{
color: #D76253;
}
.AnyTagClassName
{
color: #D76253;
}
</style>
background-color css
<style>
a { background-color: #D76253; }
a { background-color: rgb(215,98,83); }
div.DivClassName
{
background-color: #D76253;
}
.BgClassName
{
background-color: #D76253;
}
</style>
border-color css
<style>
span { border-color: #D76253; }
span { border-color: rgb(215,98,83); }
td.TdClassName
{
border-color: #D76253;
}
.TagClassName
{
border-color: #D76253;
}
</style>