Shades of Payne's Grey #404151
Tints of Payne's Grey #404151
RGB
CMYK
RGB Variations
Color information
#404151 (or 0x404151) is known color: Payne's Grey. HEX triplet: 40, 41 and 51. RGB value is (64,65,81). Sum of RGB (Red+Green+Blue) = 64+65+81=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #404151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404151 is #BFBEAE. Grayscale: #424242. Windows color (decimal): -12566191 or 5325120. OLE color: 5325120.
HSL color Cylindrical-coordinate representation of color #404151: hue angle of 236.47º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404151 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 65 | 81 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.68 |
| HSL | 236.47º | 0.12% | 0.28% | - |
| HSV(B) | 236.47º | 0.21% | 0.32% | - |
| XYZ | 5.49 | 5.46 | 8.55 | - |
| YUV | 66.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 81 | 0.21 | 0.20 | 0 | 0.68 | 236.47 | 0.12 | 0.28 |
| Hex | 40 | 41 | 51 | 15 | 14 | 0 | 44 | EC | C | 1C |
| Octal | 100 | 101 | 121 | 25 | 24 | 0 | 104 | 354 | 14 | 34 |
| Binary | 1000000 | 1000001 | 1010001 | 10101 | 10100 | 0 | 1000100 | 11101100 | 1100 | 11100 |
Color Harmonies of #404151
Complementary color
Monochromatic Colors of #404151
Black with #404151
Text Example
Text Example
White with #404151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404151; }
p { color: rgb(64,65,81); }
H1.HeaderClassName
{
color: #404151;
}
.AnyTagClassName
{
color: #404151;
}
</style>
background-color css
<style>
a { background-color: #404151; }
a { background-color: rgb(64,65,81); }
div.DivClassName
{
background-color: #404151;
}
.BgClassName
{
background-color: #404151;
}
</style>
border-color css
<style>
span { border-color: #404151; }
span { border-color: rgb(64,65,81); }
td.TdClassName
{
border-color: #404151;
}
.TagClassName
{
border-color: #404151;
}
</style>