Shades of Paco #51433B
Tints of Paco #51433B
RGB
CMYK
RGB Variations
Color information
#51433B (or 0x51433B) is known color: Paco. HEX triplet: 51, 43 and 3B. RGB value is (81,67,59). Sum of RGB (Red+Green+Blue) = 81+67+59=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #51433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51433B is #AEBCC4. Grayscale: #464646. Windows color (decimal): -11451589 or 3883857. OLE color: 3883857.
HSL color Cylindrical-coordinate representation of color #51433B: hue angle of 21.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51433B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 59 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.68 |
| HSL | 21.82º | 0.16% | 0.27% | - |
| HSV(B) | 21.82º | 0.27% | 0.32% | - |
| XYZ | 6.19 | 6.08 | 4.98 | - |
| YUV | 70.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 59 | 0 | 0.17 | 0.27 | 0.68 | 21.82 | 0.16 | 0.27 |
| Hex | 51 | 43 | 3B | 0 | 11 | 1B | 44 | 16 | 10 | 1B |
| Octal | 121 | 103 | 73 | 0 | 21 | 33 | 104 | 26 | 20 | 33 |
| Binary | 1010001 | 1000011 | 111011 | 0 | 10001 | 11011 | 1000100 | 10110 | 10000 | 11011 |
Color Harmonies of #51433B
Complementary color
Monochromatic Colors of #51433B
Black with #51433B
Text Example
Text Example
White with #51433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51433B; }
p { color: rgb(81,67,59); }
H1.HeaderClassName
{
color: #51433B;
}
.AnyTagClassName
{
color: #51433B;
}
</style>
background-color css
<style>
a { background-color: #51433B; }
a { background-color: rgb(81,67,59); }
div.DivClassName
{
background-color: #51433B;
}
.BgClassName
{
background-color: #51433B;
}
</style>
border-color css
<style>
span { border-color: #51433B; }
span { border-color: rgb(81,67,59); }
td.TdClassName
{
border-color: #51433B;
}
.TagClassName
{
border-color: #51433B;
}
</style>