Shades of Mondo #504942
Tints of Mondo #504942
RGB
CMYK
RGB Variations
Color information
#504942 (or 0x504942) is known color: Mondo. HEX triplet: 50, 49 and 42. RGB value is (80,73,66). Sum of RGB (Red+Green+Blue) = 80+73+66=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504942 is #AFB6BD. Grayscale: #4A4A4A. Windows color (decimal): -11515582 or 4344144. OLE color: 4344144.
HSL color Cylindrical-coordinate representation of color #504942: hue angle of 30º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #504942 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 66 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.69 |
| HSL | 30º | 0.1% | 0.29% | - |
| HSV(B) | 30º | 0.18% | 0.31% | - |
| XYZ | 6.67 | 6.86 | 6.13 | - |
| YUV | 74.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 66 | 0 | 0.09 | 0.17 | 0.69 | 30 | 0.1 | 0.29 |
| Hex | 50 | 49 | 42 | 0 | 9 | 11 | 45 | 1E | A | 1D |
| Octal | 120 | 111 | 102 | 0 | 11 | 21 | 105 | 36 | 12 | 35 |
| Binary | 1010000 | 1001001 | 1000010 | 0 | 1001 | 10001 | 1000101 | 11110 | 1010 | 11101 |
Color Harmonies of #504942
Complementary color
Monochromatic Colors of #504942
Black with #504942
Text Example
Text Example
White with #504942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504942; }
p { color: rgb(80,73,66); }
H1.HeaderClassName
{
color: #504942;
}
.AnyTagClassName
{
color: #504942;
}
</style>
background-color css
<style>
a { background-color: #504942; }
a { background-color: rgb(80,73,66); }
div.DivClassName
{
background-color: #504942;
}
.BgClassName
{
background-color: #504942;
}
</style>
border-color css
<style>
span { border-color: #504942; }
span { border-color: rgb(80,73,66); }
td.TdClassName
{
border-color: #504942;
}
.TagClassName
{
border-color: #504942;
}
</style>