Shades of Paco #51403A
Tints of Paco #51403A
RGB
CMYK
RGB Variations
Color information
#51403A (or 0x51403A) is known color: Paco. HEX triplet: 51, 40 and 3A. RGB value is (81,64,58). Sum of RGB (Red+Green+Blue) = 81+64+58=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #51403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51403A is #AEBFC5. Grayscale: #444444. Windows color (decimal): -11452358 or 3817553. OLE color: 3817553.
HSL color Cylindrical-coordinate representation of color #51403A: hue angle of 15.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51403A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 58 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.68 |
| HSL | 15.65º | 0.17% | 0.27% | - |
| HSV(B) | 15.65º | 0.28% | 0.32% | - |
| XYZ | 5.99 | 5.72 | 4.79 | - |
| YUV | 68.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 58 | 0 | 0.21 | 0.28 | 0.68 | 15.65 | 0.17 | 0.27 |
| Hex | 51 | 40 | 3A | 0 | 15 | 1C | 44 | 10 | 11 | 1B |
| Octal | 121 | 100 | 72 | 0 | 25 | 34 | 104 | 20 | 21 | 33 |
| Binary | 1010001 | 1000000 | 111010 | 0 | 10101 | 11100 | 1000100 | 10000 | 10001 | 11011 |
Color Harmonies of #51403A
Complementary color
Monochromatic Colors of #51403A
Black with #51403A
Text Example
Text Example
White with #51403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51403A; }
p { color: rgb(81,64,58); }
H1.HeaderClassName
{
color: #51403A;
}
.AnyTagClassName
{
color: #51403A;
}
</style>
background-color css
<style>
a { background-color: #51403A; }
a { background-color: rgb(81,64,58); }
div.DivClassName
{
background-color: #51403A;
}
.BgClassName
{
background-color: #51403A;
}
</style>
border-color css
<style>
span { border-color: #51403A; }
span { border-color: rgb(81,64,58); }
td.TdClassName
{
border-color: #51403A;
}
.TagClassName
{
border-color: #51403A;
}
</style>