Shades of Roman #D56A5A
Tints of Roman #D56A5A
RGB
CMYK
RGB Variations
Color information
#D56A5A (or 0xD56A5A) is known color: Roman. HEX triplet: D5, 6A and 5A. RGB value is (213,106,90). Sum of RGB (Red+Green+Blue) = 213+106+90=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A5A is #2A95A5. Grayscale: #888888. Windows color (decimal): -2790822 or 5925589. OLE color: 5925589.
HSL color Cylindrical-coordinate representation of color #D56A5A: hue angle of 7.8º 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 #D56A5A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 90 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.16 |
| HSL | 7.8º | 0.59% | 0.59% | - |
| HSV(B) | 7.8º | 0.58% | 0.84% | - |
| XYZ | 34.44 | 25.19 | 12.72 | - |
| YUV | 136.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 90 | 0 | 0.50 | 0.58 | 0.16 | 7.8 | 0.59 | 0.59 |
| Hex | D5 | 6A | 5A | 0 | 32 | 3A | 10 | 8 | 3B | 3B |
| Octal | 325 | 152 | 132 | 0 | 62 | 72 | 20 | 10 | 73 | 73 |
| Binary | 11010101 | 1101010 | 1011010 | 0 | 110010 | 111010 | 10000 | 1000 | 111011 | 111011 |
Color Harmonies of #D56A5A
Complementary color
Monochromatic Colors of #D56A5A
Black with #D56A5A
Text Example
Text Example
White with #D56A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A5A; }
p { color: rgb(213,106,90); }
H1.HeaderClassName
{
color: #D56A5A;
}
.AnyTagClassName
{
color: #D56A5A;
}
</style>
background-color css
<style>
a { background-color: #D56A5A; }
a { background-color: rgb(213,106,90); }
div.DivClassName
{
background-color: #D56A5A;
}
.BgClassName
{
background-color: #D56A5A;
}
</style>
border-color css
<style>
span { border-color: #D56A5A; }
span { border-color: rgb(213,106,90); }
td.TdClassName
{
border-color: #D56A5A;
}
.TagClassName
{
border-color: #D56A5A;
}
</style>