Shades of Paco #503D35
Tints of Paco #503D35
RGB
CMYK
RGB Variations
Color information
#503D35 (or 0x503D35) is known color: Paco. HEX triplet: 50, 3D and 35. RGB value is (80,61,53). Sum of RGB (Red+Green+Blue) = 80+61+53=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #503D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D35 is #AFC2CA. Grayscale: #414141. Windows color (decimal): -11518667 or 3489104. OLE color: 3489104.
HSL color Cylindrical-coordinate representation of color #503D35: hue angle of 17.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503D35 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 53 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.69 |
| HSL | 17.78º | 0.2% | 0.26% | - |
| HSV(B) | 17.78º | 0.34% | 0.31% | - |
| XYZ | 5.62 | 5.3 | 4.09 | - |
| YUV | 65.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 53 | 0 | 0.24 | 0.34 | 0.69 | 17.78 | 0.2 | 0.26 |
| Hex | 50 | 3D | 35 | 0 | 18 | 22 | 45 | 12 | 14 | 1A |
| Octal | 120 | 75 | 65 | 0 | 30 | 42 | 105 | 22 | 24 | 32 |
| Binary | 1010000 | 111101 | 110101 | 0 | 11000 | 100010 | 1000101 | 10010 | 10100 | 11010 |
Color Harmonies of #503D35
Complementary color
Monochromatic Colors of #503D35
Black with #503D35
Text Example
Text Example
White with #503D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D35; }
p { color: rgb(80,61,53); }
H1.HeaderClassName
{
color: #503D35;
}
.AnyTagClassName
{
color: #503D35;
}
</style>
background-color css
<style>
a { background-color: #503D35; }
a { background-color: rgb(80,61,53); }
div.DivClassName
{
background-color: #503D35;
}
.BgClassName
{
background-color: #503D35;
}
</style>
border-color css
<style>
span { border-color: #503D35; }
span { border-color: rgb(80,61,53); }
td.TdClassName
{
border-color: #503D35;
}
.TagClassName
{
border-color: #503D35;
}
</style>