Shades of Grape #413D48
Tints of Grape #413D48
RGB
CMYK
RGB Variations
Color information
#413D48 (or 0x413D48) is known color: Grape. HEX triplet: 41, 3D and 48. RGB value is (65,61,72). Sum of RGB (Red+Green+Blue) = 65+61+72=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #413D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D48 is #BEC2B7. Grayscale: #3F3F3F. Windows color (decimal): -12501688 or 4734273. OLE color: 4734273.
HSL color Cylindrical-coordinate representation of color #413D48: hue angle of 261.82º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #413D48 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 61 | 72 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.72 |
| HSL | 261.82º | 0.08% | 0.26% | - |
| HSV(B) | 261.82º | 0.15% | 0.28% | - |
| XYZ | 5.02 | 4.93 | 6.82 | - |
| YUV | 63.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 72 | 0.10 | 0.15 | 0 | 0.72 | 261.82 | 0.08 | 0.26 |
| Hex | 41 | 3D | 48 | A | F | 0 | 48 | 106 | 8 | 1A |
| Octal | 101 | 75 | 110 | 12 | 17 | 0 | 110 | 406 | 10 | 32 |
| Binary | 1000001 | 111101 | 1001000 | 1010 | 1111 | 0 | 1001000 | 100000110 | 1000 | 11010 |
Color Harmonies of #413D48
Complementary color
Monochromatic Colors of #413D48
Black with #413D48
Text Example
Text Example
White with #413D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D48; }
p { color: rgb(65,61,72); }
H1.HeaderClassName
{
color: #413D48;
}
.AnyTagClassName
{
color: #413D48;
}
</style>
background-color css
<style>
a { background-color: #413D48; }
a { background-color: rgb(65,61,72); }
div.DivClassName
{
background-color: #413D48;
}
.BgClassName
{
background-color: #413D48;
}
</style>
border-color css
<style>
span { border-color: #413D48; }
span { border-color: rgb(65,61,72); }
td.TdClassName
{
border-color: #413D48;
}
.TagClassName
{
border-color: #413D48;
}
</style>