Shades of Roman #D7625A
Tints of Roman #D7625A
RGB
CMYK
RGB Variations
Color information
#D7625A (or 0xD7625A) is known color: Roman. HEX triplet: D7, 62 and 5A. RGB value is (215,98,90). Sum of RGB (Red+Green+Blue) = 215+98+90=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7625A is #289DA5. Grayscale: #848484. Windows color (decimal): -2661798 or 5923543. OLE color: 5923543.
HSL color Cylindrical-coordinate representation of color #D7625A: hue angle of 3.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7625A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 90 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.16 |
| HSL | 3.84º | 0.61% | 0.6% | - |
| HSV(B) | 3.84º | 0.58% | 0.84% | - |
| XYZ | 34.24 | 23.92 | 12.49 | - |
| YUV | 132.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 90 | 0 | 0.54 | 0.58 | 0.16 | 3.84 | 0.61 | 0.6 |
| Hex | D7 | 62 | 5A | 0 | 36 | 3A | 10 | 4 | 3D | 3C |
| Octal | 327 | 142 | 132 | 0 | 66 | 72 | 20 | 4 | 75 | 74 |
| Binary | 11010111 | 1100010 | 1011010 | 0 | 110110 | 111010 | 10000 | 100 | 111101 | 111100 |
Color Harmonies of #D7625A
Complementary color
Monochromatic Colors of #D7625A
Black with #D7625A
Text Example
Text Example
White with #D7625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7625A; }
p { color: rgb(215,98,90); }
H1.HeaderClassName
{
color: #D7625A;
}
.AnyTagClassName
{
color: #D7625A;
}
</style>
background-color css
<style>
a { background-color: #D7625A; }
a { background-color: rgb(215,98,90); }
div.DivClassName
{
background-color: #D7625A;
}
.BgClassName
{
background-color: #D7625A;
}
</style>
border-color css
<style>
span { border-color: #D7625A; }
span { border-color: rgb(215,98,90); }
td.TdClassName
{
border-color: #D7625A;
}
.TagClassName
{
border-color: #D7625A;
}
</style>