Shades of Mondo #514B42
Tints of Mondo #514B42
RGB
CMYK
RGB Variations
Color information
#514B42 (or 0x514B42) is known color: Mondo. HEX triplet: 51, 4B and 42. RGB value is (81,75,66). Sum of RGB (Red+Green+Blue) = 81+75+66=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B42 is #AEB4BD. Grayscale: #4B4B4B. Windows color (decimal): -11449534 or 4344657. OLE color: 4344657.
HSL color Cylindrical-coordinate representation of color #514B42: hue angle of 36º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514B42 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 66 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.68 |
| HSL | 36º | 0.1% | 0.29% | - |
| HSV(B) | 36º | 0.19% | 0.32% | - |
| XYZ | 6.89 | 7.17 | 6.18 | - |
| YUV | 75.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 66 | 0 | 0.07 | 0.19 | 0.68 | 36 | 0.1 | 0.29 |
| Hex | 51 | 4B | 42 | 0 | 7 | 13 | 44 | 24 | A | 1D |
| Octal | 121 | 113 | 102 | 0 | 7 | 23 | 104 | 44 | 12 | 35 |
| Binary | 1010001 | 1001011 | 1000010 | 0 | 111 | 10011 | 1000100 | 100100 | 1010 | 11101 |
Color Harmonies of #514B42
Complementary color
Monochromatic Colors of #514B42
Black with #514B42
Text Example
Text Example
White with #514B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B42; }
p { color: rgb(81,75,66); }
H1.HeaderClassName
{
color: #514B42;
}
.AnyTagClassName
{
color: #514B42;
}
</style>
background-color css
<style>
a { background-color: #514B42; }
a { background-color: rgb(81,75,66); }
div.DivClassName
{
background-color: #514B42;
}
.BgClassName
{
background-color: #514B42;
}
</style>
border-color css
<style>
span { border-color: #514B42; }
span { border-color: rgb(81,75,66); }
td.TdClassName
{
border-color: #514B42;
}
.TagClassName
{
border-color: #514B42;
}
</style>