Shades of Domino #715A4B
Tints of Domino #715A4B
RGB
CMYK
RGB Variations
Color information
#715A4B (or 0x715A4B) is known color: Domino. HEX triplet: 71, 5A and 4B. RGB value is (113,90,75). Sum of RGB (Red+Green+Blue) = 113+90+75=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A4B is #8EA5B4. Grayscale: #5F5F5F. Windows color (decimal): -9348533 or 4938353. OLE color: 4938353.
HSL color Cylindrical-coordinate representation of color #715A4B: hue angle of 23.68º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715A4B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 75 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.56 |
| HSL | 23.68º | 0.2% | 0.37% | - |
| HSV(B) | 23.68º | 0.34% | 0.44% | - |
| XYZ | 11.74 | 11.33 | 8.23 | - |
| YUV | 95.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 75 | 0 | 0.20 | 0.34 | 0.56 | 23.68 | 0.2 | 0.37 |
| Hex | 71 | 5A | 4B | 0 | 14 | 22 | 38 | 18 | 14 | 25 |
| Octal | 161 | 132 | 113 | 0 | 24 | 42 | 70 | 30 | 24 | 45 |
| Binary | 1110001 | 1011010 | 1001011 | 0 | 10100 | 100010 | 111000 | 11000 | 10100 | 100101 |
Color Harmonies of #715A4B
Complementary color
Monochromatic Colors of #715A4B
Black with #715A4B
Text Example
Text Example
White with #715A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A4B; }
p { color: rgb(113,90,75); }
H1.HeaderClassName
{
color: #715A4B;
}
.AnyTagClassName
{
color: #715A4B;
}
</style>
background-color css
<style>
a { background-color: #715A4B; }
a { background-color: rgb(113,90,75); }
div.DivClassName
{
background-color: #715A4B;
}
.BgClassName
{
background-color: #715A4B;
}
</style>
border-color css
<style>
span { border-color: #715A4B; }
span { border-color: rgb(113,90,75); }
td.TdClassName
{
border-color: #715A4B;
}
.TagClassName
{
border-color: #715A4B;
}
</style>