Shades of Grape #453E50
Tints of Grape #453E50
RGB
CMYK
RGB Variations
Color information
#453E50 (or 0x453E50) is known color: Grape. HEX triplet: 45, 3E and 50. RGB value is (69,62,80). Sum of RGB (Red+Green+Blue) = 69+62+80=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #453E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E50 is #BAC1AF. Grayscale: #424242. Windows color (decimal): -12239280 or 5258821. OLE color: 5258821.
HSL color Cylindrical-coordinate representation of color #453E50: hue angle of 263.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #453E50 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 62 | 80 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.69 |
| HSL | 263.33º | 0.13% | 0.28% | - |
| HSV(B) | 263.33º | 0.23% | 0.31% | - |
| XYZ | 5.62 | 5.29 | 8.31 | - |
| YUV | 66.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 80 | 0.14 | 0.22 | 0 | 0.69 | 263.33 | 0.13 | 0.28 |
| Hex | 45 | 3E | 50 | E | 16 | 0 | 45 | 107 | D | 1C |
| Octal | 105 | 76 | 120 | 16 | 26 | 0 | 105 | 407 | 15 | 34 |
| Binary | 1000101 | 111110 | 1010000 | 1110 | 10110 | 0 | 1000101 | 100000111 | 1101 | 11100 |
Color Harmonies of #453E50
Complementary color
Monochromatic Colors of #453E50
Black with #453E50
Text Example
Text Example
White with #453E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E50; }
p { color: rgb(69,62,80); }
H1.HeaderClassName
{
color: #453E50;
}
.AnyTagClassName
{
color: #453E50;
}
</style>
background-color css
<style>
a { background-color: #453E50; }
a { background-color: rgb(69,62,80); }
div.DivClassName
{
background-color: #453E50;
}
.BgClassName
{
background-color: #453E50;
}
</style>
border-color css
<style>
span { border-color: #453E50; }
span { border-color: rgb(69,62,80); }
td.TdClassName
{
border-color: #453E50;
}
.TagClassName
{
border-color: #453E50;
}
</style>