Shades of Domino #70594A
Tints of Domino #70594A
RGB
CMYK
RGB Variations
Color information
#70594A (or 0x70594A) is known color: Domino. HEX triplet: 70, 59 and 4A. RGB value is (112,89,74). Sum of RGB (Red+Green+Blue) = 112+89+74=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70594A is #8FA6B5. Grayscale: #5E5E5E. Windows color (decimal): -9414326 or 4872560. OLE color: 4872560.
HSL color Cylindrical-coordinate representation of color #70594A: hue angle of 23.68º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70594A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 74 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.56 |
| HSL | 23.68º | 0.2% | 0.36% | - |
| HSV(B) | 23.68º | 0.34% | 0.44% | - |
| XYZ | 11.49 | 11.08 | 8.01 | - |
| YUV | 94.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 74 | 0 | 0.21 | 0.34 | 0.56 | 23.68 | 0.2 | 0.36 |
| Hex | 70 | 59 | 4A | 0 | 15 | 22 | 38 | 18 | 14 | 24 |
| Octal | 160 | 131 | 112 | 0 | 25 | 42 | 70 | 30 | 24 | 44 |
| Binary | 1110000 | 1011001 | 1001010 | 0 | 10101 | 100010 | 111000 | 11000 | 10100 | 100100 |
Color Harmonies of #70594A
Complementary color
Monochromatic Colors of #70594A
Black with #70594A
Text Example
Text Example
White with #70594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70594A; }
p { color: rgb(112,89,74); }
H1.HeaderClassName
{
color: #70594A;
}
.AnyTagClassName
{
color: #70594A;
}
</style>
background-color css
<style>
a { background-color: #70594A; }
a { background-color: rgb(112,89,74); }
div.DivClassName
{
background-color: #70594A;
}
.BgClassName
{
background-color: #70594A;
}
</style>
border-color css
<style>
span { border-color: #70594A; }
span { border-color: rgb(112,89,74); }
td.TdClassName
{
border-color: #70594A;
}
.TagClassName
{
border-color: #70594A;
}
</style>