Shades of Tundora #504E4D
Tints of Tundora #504E4D
RGB
CMYK
RGB Variations
Color information
#504E4D (or 0x504E4D) is known color: Tundora. HEX triplet: 50, 4E and 4D. RGB value is (80,78,77). Sum of RGB (Red+Green+Blue) = 80+78+77=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 80 - color contains mainly: red. Hex color #504E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E4D is #AFB1B2. Grayscale: #4E4E4E. Windows color (decimal): -11514291 or 5066320. OLE color: 5066320.
HSL color Cylindrical-coordinate representation of color #504E4D: hue angle of 20º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #504E4D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
RGB | 80 | 78 | 77 | - |
CMYK | 0 | 0.02 | 0.04 | 0.69 |
HSL | 20º | 0.02% | 0.31% | - |
HSV(B) | 20º | 0.04% | 0.31% | - |
XYZ | 7.37 | 7.69 | 8.12 | - |
YUV | 78.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 78 | 77 | 0 | 0.02 | 0.04 | 0.69 | 20 | 0.02 | 0.31 |
Hex | 50 | 4E | 4D | 0 | 2 | 4 | 45 | 14 | 2 | 1F |
Octal | 120 | 116 | 115 | 0 | 2 | 4 | 105 | 24 | 2 | 37 |
Binary | 1010000 | 1001110 | 1001101 | 0 | 10 | 100 | 1000101 | 10100 | 10 | 11111 |
Color Harmonies of #504E4D
Complementary color
Monochromatic Colors of #504E4D
Black with #504E4D
Text Example
Text Example
White with #504E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E4D; }
p { color: rgb(80,78,77); }
H1.HeaderClassName
{
color: #504E4D;
}
.AnyTagClassName
{
color: #504E4D;
}
</style>
background-color css
<style>
a { background-color: #504E4D; }
a { background-color: rgb(80,78,77); }
div.DivClassName
{
background-color: #504E4D;
}
.BgClassName
{
background-color: #504E4D;
}
</style>
border-color css
<style>
span { border-color: #504E4D; }
span { border-color: rgb(80,78,77); }
td.TdClassName
{
border-color: #504E4D;
}
.TagClassName
{
border-color: #504E4D;
}
</style>