Shades of Roman #D95B5A
Tints of Roman #D95B5A
RGB
CMYK
RGB Variations
Color information
#D95B5A (or 0xD95B5A) is known color: Roman. HEX triplet: D9, 5B and 5A. RGB value is (217,91,90). Sum of RGB (Red+Green+Blue) = 217+91+90=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B5A is #26A4A5. Grayscale: #808080. Windows color (decimal): -2532518 or 5921753. OLE color: 5921753.
HSL color Cylindrical-coordinate representation of color #D95B5A: hue angle of 0.47º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95B5A is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 90 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.15 |
| HSL | 0.47º | 0.63% | 0.6% | - |
| HSV(B) | 0.47º | 0.59% | 0.85% | - |
| XYZ | 34.2 | 22.97 | 12.3 | - |
| YUV | 128.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 90 | 0 | 0.58 | 0.59 | 0.15 | 0.47 | 0.63 | 0.6 |
| Hex | D9 | 5B | 5A | 0 | 3A | 3B | F | 0 | 3F | 3C |
| Octal | 331 | 133 | 132 | 0 | 72 | 73 | 17 | 0 | 77 | 74 |
| Binary | 11011001 | 1011011 | 1011010 | 0 | 111010 | 111011 | 1111 | 0 | 111111 | 111100 |
Color Harmonies of #D95B5A
Complementary color
Monochromatic Colors of #D95B5A
Black with #D95B5A
Text Example
Text Example
White with #D95B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95B5A; }
p { color: rgb(217,91,90); }
H1.HeaderClassName
{
color: #D95B5A;
}
.AnyTagClassName
{
color: #D95B5A;
}
</style>
background-color css
<style>
a { background-color: #D95B5A; }
a { background-color: rgb(217,91,90); }
div.DivClassName
{
background-color: #D95B5A;
}
.BgClassName
{
background-color: #D95B5A;
}
</style>
border-color css
<style>
span { border-color: #D95B5A; }
span { border-color: rgb(217,91,90); }
td.TdClassName
{
border-color: #D95B5A;
}
.TagClassName
{
border-color: #D95B5A;
}
</style>