Shades of Paco #50443B
Tints of Paco #50443B
RGB
CMYK
RGB Variations
Color information
#50443B (or 0x50443B) is known color: Paco. HEX triplet: 50, 44 and 3B. RGB value is (80,68,59). Sum of RGB (Red+Green+Blue) = 80+68+59=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50443B is #AFBBC4. Grayscale: #464646. Windows color (decimal): -11516869 or 3884112. OLE color: 3884112.
HSL color Cylindrical-coordinate representation of color #50443B: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50443B is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 59 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.69 |
| HSL | 25.71º | 0.15% | 0.27% | - |
| HSV(B) | 25.71º | 0.26% | 0.31% | - |
| XYZ | 6.16 | 6.16 | 5 | - |
| YUV | 70.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 59 | 0 | 0.15 | 0.26 | 0.69 | 25.71 | 0.15 | 0.27 |
| Hex | 50 | 44 | 3B | 0 | F | 1A | 45 | 1A | F | 1B |
| Octal | 120 | 104 | 73 | 0 | 17 | 32 | 105 | 32 | 17 | 33 |
| Binary | 1010000 | 1000100 | 111011 | 0 | 1111 | 11010 | 1000101 | 11010 | 1111 | 11011 |
Color Harmonies of #50443B
Complementary color
Monochromatic Colors of #50443B
Black with #50443B
Text Example
Text Example
White with #50443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50443B; }
p { color: rgb(80,68,59); }
H1.HeaderClassName
{
color: #50443B;
}
.AnyTagClassName
{
color: #50443B;
}
</style>
background-color css
<style>
a { background-color: #50443B; }
a { background-color: rgb(80,68,59); }
div.DivClassName
{
background-color: #50443B;
}
.BgClassName
{
background-color: #50443B;
}
</style>
border-color css
<style>
span { border-color: #50443B; }
span { border-color: rgb(80,68,59); }
td.TdClassName
{
border-color: #50443B;
}
.TagClassName
{
border-color: #50443B;
}
</style>