Shades of Payne's Grey #414353
Tints of Payne's Grey #414353
RGB
CMYK
RGB Variations
Color information
#414353 (or 0x414353) is known color: Payne's Grey. HEX triplet: 41, 43 and 53. RGB value is (65,67,83). Sum of RGB (Red+Green+Blue) = 65+67+83=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #414353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414353 is #BEBCAC. Grayscale: #444444. Windows color (decimal): -12500141 or 5456705. OLE color: 5456705.
HSL color Cylindrical-coordinate representation of color #414353: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414353 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 67 | 83 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.67 |
| HSL | 233.33º | 0.12% | 0.29% | - |
| HSV(B) | 233.33º | 0.22% | 0.33% | - |
| XYZ | 5.75 | 5.76 | 8.99 | - |
| YUV | 68.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 83 | 0.22 | 0.19 | 0 | 0.67 | 233.33 | 0.12 | 0.29 |
| Hex | 41 | 43 | 53 | 16 | 13 | 0 | 43 | E9 | C | 1D |
| Octal | 101 | 103 | 123 | 26 | 23 | 0 | 103 | 351 | 14 | 35 |
| Binary | 1000001 | 1000011 | 1010011 | 10110 | 10011 | 0 | 1000011 | 11101001 | 1100 | 11101 |
Color Harmonies of #414353
Complementary color
Monochromatic Colors of #414353
Black with #414353
Text Example
Text Example
White with #414353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414353; }
p { color: rgb(65,67,83); }
H1.HeaderClassName
{
color: #414353;
}
.AnyTagClassName
{
color: #414353;
}
</style>
background-color css
<style>
a { background-color: #414353; }
a { background-color: rgb(65,67,83); }
div.DivClassName
{
background-color: #414353;
}
.BgClassName
{
background-color: #414353;
}
</style>
border-color css
<style>
span { border-color: #414353; }
span { border-color: rgb(65,67,83); }
td.TdClassName
{
border-color: #414353;
}
.TagClassName
{
border-color: #414353;
}
</style>