Shades of Mondo #504A43
Tints of Mondo #504A43
RGB
CMYK
RGB Variations
Color information
#504A43 (or 0x504A43) is known color: Mondo. HEX triplet: 50, 4A and 43. RGB value is (80,74,67). Sum of RGB (Red+Green+Blue) = 80+74+67=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A43 is #AFB5BC. Grayscale: #4B4B4B. Windows color (decimal): -11515325 or 4409936. OLE color: 4409936.
HSL color Cylindrical-coordinate representation of color #504A43: hue angle of 32.31º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504A43 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 67 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.69 |
| HSL | 32.31º | 0.09% | 0.29% | - |
| HSV(B) | 32.31º | 0.16% | 0.31% | - |
| XYZ | 6.77 | 7.01 | 6.31 | - |
| YUV | 75 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 67 | 0 | 0.08 | 0.16 | 0.69 | 32.31 | 0.09 | 0.29 |
| Hex | 50 | 4A | 43 | 0 | 8 | 10 | 45 | 20 | 9 | 1D |
| Octal | 120 | 112 | 103 | 0 | 10 | 20 | 105 | 40 | 11 | 35 |
| Binary | 1010000 | 1001010 | 1000011 | 0 | 1000 | 10000 | 1000101 | 100000 | 1001 | 11101 |
Color Harmonies of #504A43
Complementary color
Monochromatic Colors of #504A43
Black with #504A43
Text Example
Text Example
White with #504A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A43; }
p { color: rgb(80,74,67); }
H1.HeaderClassName
{
color: #504A43;
}
.AnyTagClassName
{
color: #504A43;
}
</style>
background-color css
<style>
a { background-color: #504A43; }
a { background-color: rgb(80,74,67); }
div.DivClassName
{
background-color: #504A43;
}
.BgClassName
{
background-color: #504A43;
}
</style>
border-color css
<style>
span { border-color: #504A43; }
span { border-color: rgb(80,74,67); }
td.TdClassName
{
border-color: #504A43;
}
.TagClassName
{
border-color: #504A43;
}
</style>