Shades of Mondo #514A43
Tints of Mondo #514A43
RGB
CMYK
RGB Variations
Color information
#514A43 (or 0x514A43) is known color: Mondo. HEX triplet: 51, 4A and 43. RGB value is (81,74,67). Sum of RGB (Red+Green+Blue) = 81+74+67=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A43 is #AEB5BC. Grayscale: #4B4B4B. Windows color (decimal): -11449789 or 4409937. OLE color: 4409937.
HSL color Cylindrical-coordinate representation of color #514A43: hue angle of 30º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514A43 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 67 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.68 |
| HSL | 30º | 0.09% | 0.29% | - |
| HSV(B) | 30º | 0.17% | 0.32% | - |
| XYZ | 6.86 | 7.05 | 6.31 | - |
| YUV | 75.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 67 | 0 | 0.09 | 0.17 | 0.68 | 30 | 0.09 | 0.29 |
| Hex | 51 | 4A | 43 | 0 | 9 | 11 | 44 | 1E | 9 | 1D |
| Octal | 121 | 112 | 103 | 0 | 11 | 21 | 104 | 36 | 11 | 35 |
| Binary | 1010001 | 1001010 | 1000011 | 0 | 1001 | 10001 | 1000100 | 11110 | 1001 | 11101 |
Color Harmonies of #514A43
Complementary color
Monochromatic Colors of #514A43
Black with #514A43
Text Example
Text Example
White with #514A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A43; }
p { color: rgb(81,74,67); }
H1.HeaderClassName
{
color: #514A43;
}
.AnyTagClassName
{
color: #514A43;
}
</style>
background-color css
<style>
a { background-color: #514A43; }
a { background-color: rgb(81,74,67); }
div.DivClassName
{
background-color: #514A43;
}
.BgClassName
{
background-color: #514A43;
}
</style>
border-color css
<style>
span { border-color: #514A43; }
span { border-color: rgb(81,74,67); }
td.TdClassName
{
border-color: #514A43;
}
.TagClassName
{
border-color: #514A43;
}
</style>