Shades of Paco #514133
Tints of Paco #514133
RGB
CMYK
RGB Variations
Color information
#514133 (or 0x514133) is known color: Paco. HEX triplet: 51, 41 and 33. RGB value is (81,65,51). Sum of RGB (Red+Green+Blue) = 81+65+51=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #514133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514133 is #AEBECC. Grayscale: #444444. Windows color (decimal): -11452109 or 3359057. OLE color: 3359057.
HSL color Cylindrical-coordinate representation of color #514133: hue angle of 28º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514133 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 51 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.68 |
| HSL | 28º | 0.23% | 0.26% | - |
| HSV(B) | 28º | 0.37% | 0.32% | - |
| XYZ | 5.88 | 5.77 | 3.94 | - |
| YUV | 68.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 51 | 0 | 0.20 | 0.37 | 0.68 | 28 | 0.23 | 0.26 |
| Hex | 51 | 41 | 33 | 0 | 14 | 25 | 44 | 1C | 17 | 1A |
| Octal | 121 | 101 | 63 | 0 | 24 | 45 | 104 | 34 | 27 | 32 |
| Binary | 1010001 | 1000001 | 110011 | 0 | 10100 | 100101 | 1000100 | 11100 | 10111 | 11010 |
Color Harmonies of #514133
Complementary color
Monochromatic Colors of #514133
Black with #514133
Text Example
Text Example
White with #514133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514133; }
p { color: rgb(81,65,51); }
H1.HeaderClassName
{
color: #514133;
}
.AnyTagClassName
{
color: #514133;
}
</style>
background-color css
<style>
a { background-color: #514133; }
a { background-color: rgb(81,65,51); }
div.DivClassName
{
background-color: #514133;
}
.BgClassName
{
background-color: #514133;
}
</style>
border-color css
<style>
span { border-color: #514133; }
span { border-color: rgb(81,65,51); }
td.TdClassName
{
border-color: #514133;
}
.TagClassName
{
border-color: #514133;
}
</style>