Shades of Grape #453D56
Tints of Grape #453D56
RGB
CMYK
RGB Variations
Color information
#453D56 (or 0x453D56) is known color: Grape. HEX triplet: 45, 3D and 56. RGB value is (69,61,86). Sum of RGB (Red+Green+Blue) = 69+61+86=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #453D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D56 is #BAC2A9. Grayscale: #424242. Windows color (decimal): -12239530 or 5651781. OLE color: 5651781.
HSL color Cylindrical-coordinate representation of color #453D56: hue angle of 259.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #453D56 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 61 | 86 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.66 |
| HSL | 259.2º | 0.17% | 0.29% | - |
| HSV(B) | 259.2º | 0.29% | 0.34% | - |
| XYZ | 5.8 | 5.27 | 9.52 | - |
| YUV | 66.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 86 | 0.20 | 0.29 | 0 | 0.66 | 259.2 | 0.17 | 0.29 |
| Hex | 45 | 3D | 56 | 14 | 1D | 0 | 42 | 103 | 11 | 1D |
| Octal | 105 | 75 | 126 | 24 | 35 | 0 | 102 | 403 | 21 | 35 |
| Binary | 1000101 | 111101 | 1010110 | 10100 | 11101 | 0 | 1000010 | 100000011 | 10001 | 11101 |
Color Harmonies of #453D56
Complementary color
Monochromatic Colors of #453D56
Black with #453D56
Text Example
Text Example
White with #453D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D56; }
p { color: rgb(69,61,86); }
H1.HeaderClassName
{
color: #453D56;
}
.AnyTagClassName
{
color: #453D56;
}
</style>
background-color css
<style>
a { background-color: #453D56; }
a { background-color: rgb(69,61,86); }
div.DivClassName
{
background-color: #453D56;
}
.BgClassName
{
background-color: #453D56;
}
</style>
border-color css
<style>
span { border-color: #453D56; }
span { border-color: rgb(69,61,86); }
td.TdClassName
{
border-color: #453D56;
}
.TagClassName
{
border-color: #453D56;
}
</style>