Shades of Roman #D76152
Tints of Roman #D76152
RGB
CMYK
RGB Variations
Color information
#D76152 (or 0xD76152) is known color: Roman. HEX triplet: D7, 61 and 52. RGB value is (215,97,82). Sum of RGB (Red+Green+Blue) = 215+97+82=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76152 is #289EAD. Grayscale: #828282. Windows color (decimal): -2662062 or 5398999. OLE color: 5398999.
HSL color Cylindrical-coordinate representation of color #D76152: hue angle of 6.77º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D76152 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 82 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.16 |
| HSL | 6.77º | 0.62% | 0.58% | - |
| HSV(B) | 6.77º | 0.62% | 0.84% | - |
| XYZ | 33.82 | 23.61 | 10.76 | - |
| YUV | 130.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 82 | 0 | 0.55 | 0.62 | 0.16 | 6.77 | 0.62 | 0.58 |
| Hex | D7 | 61 | 52 | 0 | 37 | 3E | 10 | 7 | 3E | 3A |
| Octal | 327 | 141 | 122 | 0 | 67 | 76 | 20 | 7 | 76 | 72 |
| Binary | 11010111 | 1100001 | 1010010 | 0 | 110111 | 111110 | 10000 | 111 | 111110 | 111010 |
Color Harmonies of #D76152
Complementary color
Monochromatic Colors of #D76152
Black with #D76152
Text Example
Text Example
White with #D76152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76152; }
p { color: rgb(215,97,82); }
H1.HeaderClassName
{
color: #D76152;
}
.AnyTagClassName
{
color: #D76152;
}
</style>
background-color css
<style>
a { background-color: #D76152; }
a { background-color: rgb(215,97,82); }
div.DivClassName
{
background-color: #D76152;
}
.BgClassName
{
background-color: #D76152;
}
</style>
border-color css
<style>
span { border-color: #D76152; }
span { border-color: rgb(215,97,82); }
td.TdClassName
{
border-color: #D76152;
}
.TagClassName
{
border-color: #D76152;
}
</style>