Shades of Mondo #514B44
Tints of Mondo #514B44
RGB
CMYK
RGB Variations
Color information
#514B44 (or 0x514B44) is known color: Mondo. HEX triplet: 51, 4B and 44. RGB value is (81,75,68). Sum of RGB (Red+Green+Blue) = 81+75+68=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B44 is #AEB4BB. Grayscale: #4C4C4C. Windows color (decimal): -11449532 or 4475729. OLE color: 4475729.
HSL color Cylindrical-coordinate representation of color #514B44: hue angle of 32.31º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514B44 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 68 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.68 |
| HSL | 32.31º | 0.09% | 0.29% | - |
| HSV(B) | 32.31º | 0.16% | 0.32% | - |
| XYZ | 6.95 | 7.2 | 6.49 | - |
| YUV | 76 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 68 | 0 | 0.07 | 0.16 | 0.68 | 32.31 | 0.09 | 0.29 |
| Hex | 51 | 4B | 44 | 0 | 7 | 10 | 44 | 20 | 9 | 1D |
| Octal | 121 | 113 | 104 | 0 | 7 | 20 | 104 | 40 | 11 | 35 |
| Binary | 1010001 | 1001011 | 1000100 | 0 | 111 | 10000 | 1000100 | 100000 | 1001 | 11101 |
Color Harmonies of #514B44
Complementary color
Monochromatic Colors of #514B44
Black with #514B44
Text Example
Text Example
White with #514B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B44; }
p { color: rgb(81,75,68); }
H1.HeaderClassName
{
color: #514B44;
}
.AnyTagClassName
{
color: #514B44;
}
</style>
background-color css
<style>
a { background-color: #514B44; }
a { background-color: rgb(81,75,68); }
div.DivClassName
{
background-color: #514B44;
}
.BgClassName
{
background-color: #514B44;
}
</style>
border-color css
<style>
span { border-color: #514B44; }
span { border-color: rgb(81,75,68); }
td.TdClassName
{
border-color: #514B44;
}
.TagClassName
{
border-color: #514B44;
}
</style>