Shades of Dell #50713A
Tints of Dell #50713A
RGB
CMYK
RGB Variations
Color information
#50713A (or 0x50713A) is known color: Dell. HEX triplet: 50, 71 and 3A. RGB value is (80,113,58). Sum of RGB (Red+Green+Blue) = 80+113+58=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #50713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50713A is #AF8EC5. Grayscale: #616161. Windows color (decimal): -11505350 or 3830096. OLE color: 3830096.
HSL color Cylindrical-coordinate representation of color #50713A: hue angle of 96º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50713A is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 58 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.56 |
| HSL | 96º | 0.32% | 0.34% | - |
| HSV(B) | 96º | 0.49% | 0.44% | - |
| XYZ | 9.98 | 13.82 | 6.14 | - |
| YUV | 96.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 58 | 0.29 | 0 | 0.49 | 0.56 | 96 | 0.32 | 0.34 |
| Hex | 50 | 71 | 3A | 1D | 0 | 31 | 38 | 60 | 20 | 22 |
| Octal | 120 | 161 | 72 | 35 | 0 | 61 | 70 | 140 | 40 | 42 |
| Binary | 1010000 | 1110001 | 111010 | 11101 | 0 | 110001 | 111000 | 1100000 | 100000 | 100010 |
Color Harmonies of #50713A
Complementary color
Monochromatic Colors of #50713A
Black with #50713A
Text Example
Text Example
White with #50713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50713A; }
p { color: rgb(80,113,58); }
H1.HeaderClassName
{
color: #50713A;
}
.AnyTagClassName
{
color: #50713A;
}
</style>
background-color css
<style>
a { background-color: #50713A; }
a { background-color: rgb(80,113,58); }
div.DivClassName
{
background-color: #50713A;
}
.BgClassName
{
background-color: #50713A;
}
</style>
border-color css
<style>
span { border-color: #50713A; }
span { border-color: rgb(80,113,58); }
td.TdClassName
{
border-color: #50713A;
}
.TagClassName
{
border-color: #50713A;
}
</style>