Shades of Grape #453D50
Tints of Grape #453D50
RGB
CMYK
RGB Variations
Color information
#453D50 (or 0x453D50) is known color: Grape. HEX triplet: 45, 3D and 50. RGB value is (69,61,80). Sum of RGB (Red+Green+Blue) = 69+61+80=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #453D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D50 is #BAC2AF. Grayscale: #414141. Windows color (decimal): -12239536 or 5258565. OLE color: 5258565.
HSL color Cylindrical-coordinate representation of color #453D50: hue angle of 265.26º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #453D50 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 61 | 80 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.69 |
| HSL | 265.26º | 0.13% | 0.28% | - |
| HSV(B) | 265.26º | 0.24% | 0.31% | - |
| XYZ | 5.57 | 5.18 | 8.3 | - |
| YUV | 65.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 80 | 0.14 | 0.24 | 0 | 0.69 | 265.26 | 0.13 | 0.28 |
| Hex | 45 | 3D | 50 | E | 18 | 0 | 45 | 109 | D | 1C |
| Octal | 105 | 75 | 120 | 16 | 30 | 0 | 105 | 411 | 15 | 34 |
| Binary | 1000101 | 111101 | 1010000 | 1110 | 11000 | 0 | 1000101 | 100001001 | 1101 | 11100 |
Color Harmonies of #453D50
Complementary color
Monochromatic Colors of #453D50
Black with #453D50
Text Example
Text Example
White with #453D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D50; }
p { color: rgb(69,61,80); }
H1.HeaderClassName
{
color: #453D50;
}
.AnyTagClassName
{
color: #453D50;
}
</style>
background-color css
<style>
a { background-color: #453D50; }
a { background-color: rgb(69,61,80); }
div.DivClassName
{
background-color: #453D50;
}
.BgClassName
{
background-color: #453D50;
}
</style>
border-color css
<style>
span { border-color: #453D50; }
span { border-color: rgb(69,61,80); }
td.TdClassName
{
border-color: #453D50;
}
.TagClassName
{
border-color: #453D50;
}
</style>