Shades of Paco #50453F
Tints of Paco #50453F
RGB
CMYK
RGB Variations
Color information
#50453F (or 0x50453F) is known color: Paco. HEX triplet: 50, 45 and 3F. RGB value is (80,69,63). Sum of RGB (Red+Green+Blue) = 80+69+63=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50453F is #AFBAC0. Grayscale: #474747. Windows color (decimal): -11516609 or 4146512. OLE color: 4146512.
HSL color Cylindrical-coordinate representation of color #50453F: hue angle of 21.18º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50453F is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 63 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.69 |
| HSL | 21.18º | 0.12% | 0.28% | - |
| HSV(B) | 21.18º | 0.21% | 0.31% | - |
| XYZ | 6.33 | 6.32 | 5.59 | - |
| YUV | 71.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 63 | 0 | 0.14 | 0.21 | 0.69 | 21.18 | 0.12 | 0.28 |
| Hex | 50 | 45 | 3F | 0 | E | 15 | 45 | 15 | C | 1C |
| Octal | 120 | 105 | 77 | 0 | 16 | 25 | 105 | 25 | 14 | 34 |
| Binary | 1010000 | 1000101 | 111111 | 0 | 1110 | 10101 | 1000101 | 10101 | 1100 | 11100 |
Color Harmonies of #50453F
Complementary color
Monochromatic Colors of #50453F
Black with #50453F
Text Example
Text Example
White with #50453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50453F; }
p { color: rgb(80,69,63); }
H1.HeaderClassName
{
color: #50453F;
}
.AnyTagClassName
{
color: #50453F;
}
</style>
background-color css
<style>
a { background-color: #50453F; }
a { background-color: rgb(80,69,63); }
div.DivClassName
{
background-color: #50453F;
}
.BgClassName
{
background-color: #50453F;
}
</style>
border-color css
<style>
span { border-color: #50453F; }
span { border-color: rgb(80,69,63); }
td.TdClassName
{
border-color: #50453F;
}
.TagClassName
{
border-color: #50453F;
}
</style>