Shades of Domino #64574B
Tints of Domino #64574B
RGB
CMYK
RGB Variations
Color information
#64574B (or 0x64574B) is known color: Domino. HEX triplet: 64, 57 and 4B. RGB value is (100,87,75). Sum of RGB (Red+Green+Blue) = 100+87+75=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64574B is #9BA8B4. Grayscale: #595959. Windows color (decimal): -10201269 or 4937572. OLE color: 4937572.
HSL color Cylindrical-coordinate representation of color #64574B: hue angle of 28.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64574B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 75 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.61 |
| HSL | 28.8º | 0.14% | 0.34% | - |
| HSV(B) | 28.8º | 0.25% | 0.39% | - |
| XYZ | 9.93 | 10.03 | 8.07 | - |
| YUV | 89.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 75 | 0 | 0.13 | 0.25 | 0.61 | 28.8 | 0.14 | 0.34 |
| Hex | 64 | 57 | 4B | 0 | D | 19 | 3D | 1D | E | 22 |
| Octal | 144 | 127 | 113 | 0 | 15 | 31 | 75 | 35 | 16 | 42 |
| Binary | 1100100 | 1010111 | 1001011 | 0 | 1101 | 11001 | 111101 | 11101 | 1110 | 100010 |
Color Harmonies of #64574B
Complementary color
Monochromatic Colors of #64574B
Black with #64574B
Text Example
Text Example
White with #64574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64574B; }
p { color: rgb(100,87,75); }
H1.HeaderClassName
{
color: #64574B;
}
.AnyTagClassName
{
color: #64574B;
}
</style>
background-color css
<style>
a { background-color: #64574B; }
a { background-color: rgb(100,87,75); }
div.DivClassName
{
background-color: #64574B;
}
.BgClassName
{
background-color: #64574B;
}
</style>
border-color css
<style>
span { border-color: #64574B; }
span { border-color: rgb(100,87,75); }
td.TdClassName
{
border-color: #64574B;
}
.TagClassName
{
border-color: #64574B;
}
</style>