Shades of Roman #D75D59
Tints of Roman #D75D59
RGB
CMYK
RGB Variations
Color information
#D75D59 (or 0xD75D59) is known color: Roman. HEX triplet: D7, 5D and 59. RGB value is (215,93,89). Sum of RGB (Red+Green+Blue) = 215+93+89=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D59 is #28A2A6. Grayscale: #818181. Windows color (decimal): -2663079 or 5856727. OLE color: 5856727.
HSL color Cylindrical-coordinate representation of color #D75D59: hue angle of 1.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75D59 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 89 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.16 |
| HSL | 1.9º | 0.61% | 0.6% | - |
| HSV(B) | 1.9º | 0.59% | 0.84% | - |
| XYZ | 33.74 | 23 | 12.11 | - |
| YUV | 129.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 89 | 0 | 0.57 | 0.59 | 0.16 | 1.9 | 0.61 | 0.6 |
| Hex | D7 | 5D | 59 | 0 | 39 | 3B | 10 | 2 | 3D | 3C |
| Octal | 327 | 135 | 131 | 0 | 71 | 73 | 20 | 2 | 75 | 74 |
| Binary | 11010111 | 1011101 | 1011001 | 0 | 111001 | 111011 | 10000 | 10 | 111101 | 111100 |
Color Harmonies of #D75D59
Complementary color
Monochromatic Colors of #D75D59
Black with #D75D59
Text Example
Text Example
White with #D75D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D59; }
p { color: rgb(215,93,89); }
H1.HeaderClassName
{
color: #D75D59;
}
.AnyTagClassName
{
color: #D75D59;
}
</style>
background-color css
<style>
a { background-color: #D75D59; }
a { background-color: rgb(215,93,89); }
div.DivClassName
{
background-color: #D75D59;
}
.BgClassName
{
background-color: #D75D59;
}
</style>
border-color css
<style>
span { border-color: #D75D59; }
span { border-color: rgb(215,93,89); }
td.TdClassName
{
border-color: #D75D59;
}
.TagClassName
{
border-color: #D75D59;
}
</style>