Shades of Roman #D95A57
Tints of Roman #D95A57
RGB
CMYK
RGB Variations
Color information
#D95A57 (or 0xD95A57) is known color: Roman. HEX triplet: D9, 5A and 57. RGB value is (217,90,87). Sum of RGB (Red+Green+Blue) = 217+90+87=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A57 is #26A5A8. Grayscale: #7F7F7F. Windows color (decimal): -2532777 or 5724889. OLE color: 5724889.
HSL color Cylindrical-coordinate representation of color #D95A57: hue angle of 1.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95A57 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 87 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.15 |
| HSL | 1.38º | 0.63% | 0.6% | - |
| HSV(B) | 1.38º | 0.6% | 0.85% | - |
| XYZ | 33.99 | 22.75 | 11.62 | - |
| YUV | 127.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 87 | 0 | 0.59 | 0.60 | 0.15 | 1.38 | 0.63 | 0.6 |
| Hex | D9 | 5A | 57 | 0 | 3B | 3C | F | 1 | 3F | 3C |
| Octal | 331 | 132 | 127 | 0 | 73 | 74 | 17 | 1 | 77 | 74 |
| Binary | 11011001 | 1011010 | 1010111 | 0 | 111011 | 111100 | 1111 | 1 | 111111 | 111100 |
Color Harmonies of #D95A57
Complementary color
Monochromatic Colors of #D95A57
Black with #D95A57
Text Example
Text Example
White with #D95A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A57; }
p { color: rgb(217,90,87); }
H1.HeaderClassName
{
color: #D95A57;
}
.AnyTagClassName
{
color: #D95A57;
}
</style>
background-color css
<style>
a { background-color: #D95A57; }
a { background-color: rgb(217,90,87); }
div.DivClassName
{
background-color: #D95A57;
}
.BgClassName
{
background-color: #D95A57;
}
</style>
border-color css
<style>
span { border-color: #D95A57; }
span { border-color: rgb(217,90,87); }
td.TdClassName
{
border-color: #D95A57;
}
.TagClassName
{
border-color: #D95A57;
}
</style>