Shades of Mondo #514B45
Tints of Mondo #514B45
RGB
CMYK
RGB Variations
Color information
#514B45 (or 0x514B45) is known color: Mondo. HEX triplet: 51, 4B and 45. RGB value is (81,75,69). Sum of RGB (Red+Green+Blue) = 81+75+69=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B45 is #AEB4BA. Grayscale: #4C4C4C. Windows color (decimal): -11449531 or 4541265. OLE color: 4541265.
HSL color Cylindrical-coordinate representation of color #514B45: hue angle of 30º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514B45 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 69 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.68 |
| HSL | 30º | 0.08% | 0.29% | - |
| HSV(B) | 30º | 0.15% | 0.32% | - |
| XYZ | 6.98 | 7.21 | 6.65 | - |
| YUV | 76.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 69 | 0 | 0.07 | 0.15 | 0.68 | 30 | 0.08 | 0.29 |
| Hex | 51 | 4B | 45 | 0 | 7 | F | 44 | 1E | 8 | 1D |
| Octal | 121 | 113 | 105 | 0 | 7 | 17 | 104 | 36 | 10 | 35 |
| Binary | 1010001 | 1001011 | 1000101 | 0 | 111 | 1111 | 1000100 | 11110 | 1000 | 11101 |
Color Harmonies of #514B45
Complementary color
Monochromatic Colors of #514B45
Black with #514B45
Text Example
Text Example
White with #514B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B45; }
p { color: rgb(81,75,69); }
H1.HeaderClassName
{
color: #514B45;
}
.AnyTagClassName
{
color: #514B45;
}
</style>
background-color css
<style>
a { background-color: #514B45; }
a { background-color: rgb(81,75,69); }
div.DivClassName
{
background-color: #514B45;
}
.BgClassName
{
background-color: #514B45;
}
</style>
border-color css
<style>
span { border-color: #514B45; }
span { border-color: rgb(81,75,69); }
td.TdClassName
{
border-color: #514B45;
}
.TagClassName
{
border-color: #514B45;
}
</style>