Shades of Roman #D5695B
Tints of Roman #D5695B
RGB
CMYK
RGB Variations
Color information
#D5695B (or 0xD5695B) is known color: Roman. HEX triplet: D5, 69 and 5B. RGB value is (213,105,91). Sum of RGB (Red+Green+Blue) = 213+105+91=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5695B is #2A96A4. Grayscale: #878787. Windows color (decimal): -2791077 or 5990869. OLE color: 5990869.
HSL color Cylindrical-coordinate representation of color #D5695B: hue angle of 6.89º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5695B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 91 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.16 |
| HSL | 6.89º | 0.59% | 0.6% | - |
| HSV(B) | 6.89º | 0.57% | 0.84% | - |
| XYZ | 34.38 | 25 | 12.91 | - |
| YUV | 135.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 91 | 0 | 0.51 | 0.57 | 0.16 | 6.89 | 0.59 | 0.6 |
| Hex | D5 | 69 | 5B | 0 | 33 | 39 | 10 | 7 | 3B | 3C |
| Octal | 325 | 151 | 133 | 0 | 63 | 71 | 20 | 7 | 73 | 74 |
| Binary | 11010101 | 1101001 | 1011011 | 0 | 110011 | 111001 | 10000 | 111 | 111011 | 111100 |
Color Harmonies of #D5695B
Complementary color
Monochromatic Colors of #D5695B
Black with #D5695B
Text Example
Text Example
White with #D5695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5695B; }
p { color: rgb(213,105,91); }
H1.HeaderClassName
{
color: #D5695B;
}
.AnyTagClassName
{
color: #D5695B;
}
</style>
background-color css
<style>
a { background-color: #D5695B; }
a { background-color: rgb(213,105,91); }
div.DivClassName
{
background-color: #D5695B;
}
.BgClassName
{
background-color: #D5695B;
}
</style>
border-color css
<style>
span { border-color: #D5695B; }
span { border-color: rgb(213,105,91); }
td.TdClassName
{
border-color: #D5695B;
}
.TagClassName
{
border-color: #D5695B;
}
</style>