Shades of Domino #63574B
Tints of Domino #63574B
RGB
CMYK
RGB Variations
Color information
#63574B (or 0x63574B) is known color: Domino. HEX triplet: 63, 57 and 4B. RGB value is (99,87,75). Sum of RGB (Red+Green+Blue) = 99+87+75=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63574B is #9CA8B4. Grayscale: #595959. Windows color (decimal): -10266805 or 4937571. OLE color: 4937571.
HSL color Cylindrical-coordinate representation of color #63574B: hue angle of 30º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63574B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 75 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.61 |
| HSL | 30º | 0.14% | 0.34% | - |
| HSV(B) | 30º | 0.24% | 0.39% | - |
| XYZ | 9.82 | 9.98 | 8.06 | - |
| YUV | 89.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 75 | 0 | 0.12 | 0.24 | 0.61 | 30 | 0.14 | 0.34 |
| Hex | 63 | 57 | 4B | 0 | C | 18 | 3D | 1E | E | 22 |
| Octal | 143 | 127 | 113 | 0 | 14 | 30 | 75 | 36 | 16 | 42 |
| Binary | 1100011 | 1010111 | 1001011 | 0 | 1100 | 11000 | 111101 | 11110 | 1110 | 100010 |
Color Harmonies of #63574B
Complementary color
Monochromatic Colors of #63574B
Black with #63574B
Text Example
Text Example
White with #63574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63574B; }
p { color: rgb(99,87,75); }
H1.HeaderClassName
{
color: #63574B;
}
.AnyTagClassName
{
color: #63574B;
}
</style>
background-color css
<style>
a { background-color: #63574B; }
a { background-color: rgb(99,87,75); }
div.DivClassName
{
background-color: #63574B;
}
.BgClassName
{
background-color: #63574B;
}
</style>
border-color css
<style>
span { border-color: #63574B; }
span { border-color: rgb(99,87,75); }
td.TdClassName
{
border-color: #63574B;
}
.TagClassName
{
border-color: #63574B;
}
</style>