Shades of Roman #D57069
Tints of Roman #D57069
RGB
CMYK
RGB Variations
Color information
#D57069 (or 0xD57069) is known color: Roman. HEX triplet: D5, 70 and 69. RGB value is (213,112,105). Sum of RGB (Red+Green+Blue) = 213+112+105=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57069 is #2A8F96. Grayscale: #8D8D8D. Windows color (decimal): -2789271 or 6910165. OLE color: 6910165.
HSL color Cylindrical-coordinate representation of color #D57069: hue angle of 3.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57069 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 105 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.16 |
| HSL | 3.89º | 0.56% | 0.62% | - |
| HSV(B) | 3.89º | 0.51% | 0.84% | - |
| XYZ | 35.78 | 26.75 | 16.64 | - |
| YUV | 141.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 105 | 0 | 0.47 | 0.51 | 0.16 | 3.89 | 0.56 | 0.62 |
| Hex | D5 | 70 | 69 | 0 | 2F | 33 | 10 | 4 | 38 | 3E |
| Octal | 325 | 160 | 151 | 0 | 57 | 63 | 20 | 4 | 70 | 76 |
| Binary | 11010101 | 1110000 | 1101001 | 0 | 101111 | 110011 | 10000 | 100 | 111000 | 111110 |
Color Harmonies of #D57069
Complementary color
Monochromatic Colors of #D57069
Black with #D57069
Text Example
Text Example
White with #D57069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57069; }
p { color: rgb(213,112,105); }
H1.HeaderClassName
{
color: #D57069;
}
.AnyTagClassName
{
color: #D57069;
}
</style>
background-color css
<style>
a { background-color: #D57069; }
a { background-color: rgb(213,112,105); }
div.DivClassName
{
background-color: #D57069;
}
.BgClassName
{
background-color: #D57069;
}
</style>
border-color css
<style>
span { border-color: #D57069; }
span { border-color: rgb(213,112,105); }
td.TdClassName
{
border-color: #D57069;
}
.TagClassName
{
border-color: #D57069;
}
</style>