Shades of Domino #62584F
Tints of Domino #62584F
RGB
CMYK
RGB Variations
Color information
#62584F (or 0x62584F) is known color: Domino. HEX triplet: 62, 58 and 4F. RGB value is (98,88,79). Sum of RGB (Red+Green+Blue) = 98+88+79=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #62584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62584F is #9DA7B0. Grayscale: #5A5A5A. Windows color (decimal): -10332081 or 5199970. OLE color: 5199970.
HSL color Cylindrical-coordinate representation of color #62584F: hue angle of 28.42º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62584F is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 79 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.62 |
| HSL | 28.42º | 0.11% | 0.35% | - |
| HSV(B) | 28.42º | 0.19% | 0.38% | - |
| XYZ | 9.94 | 10.14 | 8.83 | - |
| YUV | 89.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 79 | 0 | 0.10 | 0.19 | 0.62 | 28.42 | 0.11 | 0.35 |
| Hex | 62 | 58 | 4F | 0 | A | 13 | 3E | 1C | B | 23 |
| Octal | 142 | 130 | 117 | 0 | 12 | 23 | 76 | 34 | 13 | 43 |
| Binary | 1100010 | 1011000 | 1001111 | 0 | 1010 | 10011 | 111110 | 11100 | 1011 | 100011 |
Color Harmonies of #62584F
Complementary color
Monochromatic Colors of #62584F
Black with #62584F
Text Example
Text Example
White with #62584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62584F; }
p { color: rgb(98,88,79); }
H1.HeaderClassName
{
color: #62584F;
}
.AnyTagClassName
{
color: #62584F;
}
</style>
background-color css
<style>
a { background-color: #62584F; }
a { background-color: rgb(98,88,79); }
div.DivClassName
{
background-color: #62584F;
}
.BgClassName
{
background-color: #62584F;
}
</style>
border-color css
<style>
span { border-color: #62584F; }
span { border-color: rgb(98,88,79); }
td.TdClassName
{
border-color: #62584F;
}
.TagClassName
{
border-color: #62584F;
}
</style>