Shades of Roman #D5695A
Tints of Roman #D5695A
RGB
CMYK
RGB Variations
Color information
#D5695A (or 0xD5695A) is known color: Roman. HEX triplet: D5, 69 and 5A. RGB value is (213,105,90). Sum of RGB (Red+Green+Blue) = 213+105+90=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5695A is #2A96A5. Grayscale: #878787. Windows color (decimal): -2791078 or 5925333. OLE color: 5925333.
HSL color Cylindrical-coordinate representation of color #D5695A: hue angle of 7.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5695A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 90 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.16 |
| HSL | 7.32º | 0.59% | 0.59% | - |
| HSV(B) | 7.32º | 0.58% | 0.84% | - |
| XYZ | 34.34 | 24.99 | 12.69 | - |
| YUV | 135.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 90 | 0 | 0.51 | 0.58 | 0.16 | 7.32 | 0.59 | 0.59 |
| Hex | D5 | 69 | 5A | 0 | 33 | 3A | 10 | 7 | 3B | 3B |
| Octal | 325 | 151 | 132 | 0 | 63 | 72 | 20 | 7 | 73 | 73 |
| Binary | 11010101 | 1101001 | 1011010 | 0 | 110011 | 111010 | 10000 | 111 | 111011 | 111011 |
Color Harmonies of #D5695A
Complementary color
Monochromatic Colors of #D5695A
Black with #D5695A
Text Example
Text Example
White with #D5695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5695A; }
p { color: rgb(213,105,90); }
H1.HeaderClassName
{
color: #D5695A;
}
.AnyTagClassName
{
color: #D5695A;
}
</style>
background-color css
<style>
a { background-color: #D5695A; }
a { background-color: rgb(213,105,90); }
div.DivClassName
{
background-color: #D5695A;
}
.BgClassName
{
background-color: #D5695A;
}
</style>
border-color css
<style>
span { border-color: #D5695A; }
span { border-color: rgb(213,105,90); }
td.TdClassName
{
border-color: #D5695A;
}
.TagClassName
{
border-color: #D5695A;
}
</style>