Shades of Paco #50443E
Tints of Paco #50443E
RGB
CMYK
RGB Variations
Color information
#50443E (or 0x50443E) is known color: Paco. HEX triplet: 50, 44 and 3E. RGB value is (80,68,62). Sum of RGB (Red+Green+Blue) = 80+68+62=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50443E is #AFBBC1. Grayscale: #464646. Windows color (decimal): -11516866 or 4080720. OLE color: 4080720.
HSL color Cylindrical-coordinate representation of color #50443E: hue angle of 20º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50443E is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 62 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.69 |
| HSL | 20º | 0.13% | 0.28% | - |
| HSV(B) | 20º | 0.23% | 0.31% | - |
| XYZ | 6.24 | 6.19 | 5.42 | - |
| YUV | 70.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 62 | 0 | 0.15 | 0.22 | 0.69 | 20 | 0.13 | 0.28 |
| Hex | 50 | 44 | 3E | 0 | F | 16 | 45 | 14 | D | 1C |
| Octal | 120 | 104 | 76 | 0 | 17 | 26 | 105 | 24 | 15 | 34 |
| Binary | 1010000 | 1000100 | 111110 | 0 | 1111 | 10110 | 1000101 | 10100 | 1101 | 11100 |
Color Harmonies of #50443E
Complementary color
Monochromatic Colors of #50443E
Black with #50443E
Text Example
Text Example
White with #50443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50443E; }
p { color: rgb(80,68,62); }
H1.HeaderClassName
{
color: #50443E;
}
.AnyTagClassName
{
color: #50443E;
}
</style>
background-color css
<style>
a { background-color: #50443E; }
a { background-color: rgb(80,68,62); }
div.DivClassName
{
background-color: #50443E;
}
.BgClassName
{
background-color: #50443E;
}
</style>
border-color css
<style>
span { border-color: #50443E; }
span { border-color: rgb(80,68,62); }
td.TdClassName
{
border-color: #50443E;
}
.TagClassName
{
border-color: #50443E;
}
</style>