Shades of Grape #453B51
Tints of Grape #453B51
RGB
CMYK
RGB Variations
Color information
#453B51 (or 0x453B51) is known color: Grape. HEX triplet: 45, 3B and 51. RGB value is (69,59,81). Sum of RGB (Red+Green+Blue) = 69+59+81=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #453B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B51 is #BAC4AE. Grayscale: #404040. Windows color (decimal): -12240047 or 5323589. OLE color: 5323589.
HSL color Cylindrical-coordinate representation of color #453B51: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #453B51 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 59 | 81 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.68 |
| HSL | 267.27º | 0.16% | 0.27% | - |
| HSV(B) | 267.27º | 0.27% | 0.32% | - |
| XYZ | 5.5 | 4.99 | 8.46 | - |
| YUV | 64.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 81 | 0.15 | 0.27 | 0 | 0.68 | 267.27 | 0.16 | 0.27 |
| Hex | 45 | 3B | 51 | F | 1B | 0 | 44 | 10B | 10 | 1B |
| Octal | 105 | 73 | 121 | 17 | 33 | 0 | 104 | 413 | 20 | 33 |
| Binary | 1000101 | 111011 | 1010001 | 1111 | 11011 | 0 | 1000100 | 100001011 | 10000 | 11011 |
Color Harmonies of #453B51
Complementary color
Monochromatic Colors of #453B51
Black with #453B51
Text Example
Text Example
White with #453B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B51; }
p { color: rgb(69,59,81); }
H1.HeaderClassName
{
color: #453B51;
}
.AnyTagClassName
{
color: #453B51;
}
</style>
background-color css
<style>
a { background-color: #453B51; }
a { background-color: rgb(69,59,81); }
div.DivClassName
{
background-color: #453B51;
}
.BgClassName
{
background-color: #453B51;
}
</style>
border-color css
<style>
span { border-color: #453B51; }
span { border-color: rgb(69,59,81); }
td.TdClassName
{
border-color: #453B51;
}
.TagClassName
{
border-color: #453B51;
}
</style>