Shades of Domino #64584B
Tints of Domino #64584B
RGB
CMYK
RGB Variations
Color information
#64584B (or 0x64584B) is known color: Domino. HEX triplet: 64, 58 and 4B. RGB value is (100,88,75). Sum of RGB (Red+Green+Blue) = 100+88+75=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #64584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64584B is #9BA7B4. Grayscale: #5A5A5A. Windows color (decimal): -10201013 or 4937828. OLE color: 4937828.
HSL color Cylindrical-coordinate representation of color #64584B: hue angle of 31.2º 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 #64584B is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 75 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.61 |
| HSL | 31.2º | 0.14% | 0.34% | - |
| HSV(B) | 31.2º | 0.25% | 0.39% | - |
| XYZ | 10.02 | 10.2 | 8.1 | - |
| YUV | 90.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 75 | 0 | 0.12 | 0.25 | 0.61 | 31.2 | 0.14 | 0.34 |
| Hex | 64 | 58 | 4B | 0 | C | 19 | 3D | 1F | E | 22 |
| Octal | 144 | 130 | 113 | 0 | 14 | 31 | 75 | 37 | 16 | 42 |
| Binary | 1100100 | 1011000 | 1001011 | 0 | 1100 | 11001 | 111101 | 11111 | 1110 | 100010 |
Color Harmonies of #64584B
Complementary color
Monochromatic Colors of #64584B
Black with #64584B
Text Example
Text Example
White with #64584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64584B; }
p { color: rgb(100,88,75); }
H1.HeaderClassName
{
color: #64584B;
}
.AnyTagClassName
{
color: #64584B;
}
</style>
background-color css
<style>
a { background-color: #64584B; }
a { background-color: rgb(100,88,75); }
div.DivClassName
{
background-color: #64584B;
}
.BgClassName
{
background-color: #64584B;
}
</style>
border-color css
<style>
span { border-color: #64584B; }
span { border-color: rgb(100,88,75); }
td.TdClassName
{
border-color: #64584B;
}
.TagClassName
{
border-color: #64584B;
}
</style>