Shades of Paco #503D31
Tints of Paco #503D31
RGB
CMYK
RGB Variations
Color information
#503D31 (or 0x503D31) is known color: Paco. HEX triplet: 50, 3D and 31. RGB value is (80,61,49). Sum of RGB (Red+Green+Blue) = 80+61+49=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #503D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D31 is #AFC2CE. Grayscale: #414141. Windows color (decimal): -11518671 or 3226960. OLE color: 3226960.
HSL color Cylindrical-coordinate representation of color #503D31: hue angle of 23.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503D31 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 49 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.69 |
| HSL | 23.23º | 0.24% | 0.25% | - |
| HSV(B) | 23.23º | 0.39% | 0.31% | - |
| XYZ | 5.53 | 5.26 | 3.63 | - |
| YUV | 65.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 49 | 0 | 0.24 | 0.39 | 0.69 | 23.23 | 0.24 | 0.25 |
| Hex | 50 | 3D | 31 | 0 | 18 | 27 | 45 | 17 | 18 | 19 |
| Octal | 120 | 75 | 61 | 0 | 30 | 47 | 105 | 27 | 30 | 31 |
| Binary | 1010000 | 111101 | 110001 | 0 | 11000 | 100111 | 1000101 | 10111 | 11000 | 11001 |
Color Harmonies of #503D31
Complementary color
Monochromatic Colors of #503D31
Black with #503D31
Text Example
Text Example
White with #503D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D31; }
p { color: rgb(80,61,49); }
H1.HeaderClassName
{
color: #503D31;
}
.AnyTagClassName
{
color: #503D31;
}
</style>
background-color css
<style>
a { background-color: #503D31; }
a { background-color: rgb(80,61,49); }
div.DivClassName
{
background-color: #503D31;
}
.BgClassName
{
background-color: #503D31;
}
</style>
border-color css
<style>
span { border-color: #503D31; }
span { border-color: rgb(80,61,49); }
td.TdClassName
{
border-color: #503D31;
}
.TagClassName
{
border-color: #503D31;
}
</style>