Shades of Grape #413F45
Tints of Grape #413F45
RGB
CMYK
RGB Variations
Color information
#413F45 (or 0x413F45) is known color: Grape. HEX triplet: 41, 3F and 45. RGB value is (65,63,69). Sum of RGB (Red+Green+Blue) = 65+63+69=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 69 - color contains mainly: blue. Hex color #413F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F45 is #BEC0BA. Grayscale: #404040. Windows color (decimal): -12501179 or 4538177. OLE color: 4538177.
HSL color Cylindrical-coordinate representation of color #413F45: hue angle of 260º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #413F45 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 63 | 69 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.73 |
| HSL | 260º | 0.05% | 0.26% | - |
| HSV(B) | 260º | 0.09% | 0.27% | - |
| XYZ | 5.03 | 5.11 | 6.35 | - |
| YUV | 64.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 69 | 0.06 | 0.09 | 0 | 0.73 | 260 | 0.05 | 0.26 |
| Hex | 41 | 3F | 45 | 6 | 9 | 0 | 49 | 104 | 5 | 1A |
| Octal | 101 | 77 | 105 | 6 | 11 | 0 | 111 | 404 | 5 | 32 |
| Binary | 1000001 | 111111 | 1000101 | 110 | 1001 | 0 | 1001001 | 100000100 | 101 | 11010 |
Color Harmonies of #413F45
Complementary color
Monochromatic Colors of #413F45
Black with #413F45
Text Example
Text Example
White with #413F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F45; }
p { color: rgb(65,63,69); }
H1.HeaderClassName
{
color: #413F45;
}
.AnyTagClassName
{
color: #413F45;
}
</style>
background-color css
<style>
a { background-color: #413F45; }
a { background-color: rgb(65,63,69); }
div.DivClassName
{
background-color: #413F45;
}
.BgClassName
{
background-color: #413F45;
}
</style>
border-color css
<style>
span { border-color: #413F45; }
span { border-color: rgb(65,63,69); }
td.TdClassName
{
border-color: #413F45;
}
.TagClassName
{
border-color: #413F45;
}
</style>