Shades of Domino #71604D
Tints of Domino #71604D
RGB
CMYK
RGB Variations
Color information
#71604D (or 0x71604D) is known color: Domino. HEX triplet: 71, 60 and 4D. RGB value is (113,96,77). Sum of RGB (Red+Green+Blue) = 113+96+77=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71604D is #8E9FB2. Grayscale: #636363. Windows color (decimal): -9346995 or 5070961. OLE color: 5070961.
HSL color Cylindrical-coordinate representation of color #71604D: hue angle of 31.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71604D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 77 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.56 |
| HSL | 31.67º | 0.19% | 0.37% | - |
| HSV(B) | 31.67º | 0.32% | 0.44% | - |
| XYZ | 12.33 | 12.41 | 8.77 | - |
| YUV | 98.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 77 | 0 | 0.15 | 0.32 | 0.56 | 31.67 | 0.19 | 0.37 |
| Hex | 71 | 60 | 4D | 0 | F | 20 | 38 | 20 | 13 | 25 |
| Octal | 161 | 140 | 115 | 0 | 17 | 40 | 70 | 40 | 23 | 45 |
| Binary | 1110001 | 1100000 | 1001101 | 0 | 1111 | 100000 | 111000 | 100000 | 10011 | 100101 |
Color Harmonies of #71604D
Complementary color
Monochromatic Colors of #71604D
Black with #71604D
Text Example
Text Example
White with #71604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71604D; }
p { color: rgb(113,96,77); }
H1.HeaderClassName
{
color: #71604D;
}
.AnyTagClassName
{
color: #71604D;
}
</style>
background-color css
<style>
a { background-color: #71604D; }
a { background-color: rgb(113,96,77); }
div.DivClassName
{
background-color: #71604D;
}
.BgClassName
{
background-color: #71604D;
}
</style>
border-color css
<style>
span { border-color: #71604D; }
span { border-color: rgb(113,96,77); }
td.TdClassName
{
border-color: #71604D;
}
.TagClassName
{
border-color: #71604D;
}
</style>