Shades of Grape #453D54
Tints of Grape #453D54
RGB
CMYK
RGB Variations
Color information
#453D54 (or 0x453D54) is known color: Grape. HEX triplet: 45, 3D and 54. RGB value is (69,61,84). Sum of RGB (Red+Green+Blue) = 69+61+84=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #453D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D54 is #BAC2AB. Grayscale: #414141. Windows color (decimal): -12239532 or 5520709. OLE color: 5520709.
HSL color Cylindrical-coordinate representation of color #453D54: hue angle of 260.87º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #453D54 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 61 | 84 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.67 |
| HSL | 260.87º | 0.16% | 0.28% | - |
| HSV(B) | 260.87º | 0.27% | 0.33% | - |
| XYZ | 5.72 | 5.24 | 9.1 | - |
| YUV | 66.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 84 | 0.18 | 0.27 | 0 | 0.67 | 260.87 | 0.16 | 0.28 |
| Hex | 45 | 3D | 54 | 12 | 1B | 0 | 43 | 105 | 10 | 1C |
| Octal | 105 | 75 | 124 | 22 | 33 | 0 | 103 | 405 | 20 | 34 |
| Binary | 1000101 | 111101 | 1010100 | 10010 | 11011 | 0 | 1000011 | 100000101 | 10000 | 11100 |
Color Harmonies of #453D54
Complementary color
Monochromatic Colors of #453D54
Black with #453D54
Text Example
Text Example
White with #453D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D54; }
p { color: rgb(69,61,84); }
H1.HeaderClassName
{
color: #453D54;
}
.AnyTagClassName
{
color: #453D54;
}
</style>
background-color css
<style>
a { background-color: #453D54; }
a { background-color: rgb(69,61,84); }
div.DivClassName
{
background-color: #453D54;
}
.BgClassName
{
background-color: #453D54;
}
</style>
border-color css
<style>
span { border-color: #453D54; }
span { border-color: rgb(69,61,84); }
td.TdClassName
{
border-color: #453D54;
}
.TagClassName
{
border-color: #453D54;
}
</style>