Shades of Grape #453C53
Tints of Grape #453C53
RGB
CMYK
RGB Variations
Color information
#453C53 (or 0x453C53) is known color: Grape. HEX triplet: 45, 3C and 53. RGB value is (69,60,83). Sum of RGB (Red+Green+Blue) = 69+60+83=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #453C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C53 is #BAC3AC. Grayscale: #414141. Windows color (decimal): -12239789 or 5454917. OLE color: 5454917.
HSL color Cylindrical-coordinate representation of color #453C53: hue angle of 263.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #453C53 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 60 | 83 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.67 |
| HSL | 263.48º | 0.16% | 0.28% | - |
| HSV(B) | 263.48º | 0.28% | 0.33% | - |
| XYZ | 5.63 | 5.12 | 8.88 | - |
| YUV | 65.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 83 | 0.17 | 0.28 | 0 | 0.67 | 263.48 | 0.16 | 0.28 |
| Hex | 45 | 3C | 53 | 11 | 1C | 0 | 43 | 107 | 10 | 1C |
| Octal | 105 | 74 | 123 | 21 | 34 | 0 | 103 | 407 | 20 | 34 |
| Binary | 1000101 | 111100 | 1010011 | 10001 | 11100 | 0 | 1000011 | 100000111 | 10000 | 11100 |
Color Harmonies of #453C53
Complementary color
Monochromatic Colors of #453C53
Black with #453C53
Text Example
Text Example
White with #453C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C53; }
p { color: rgb(69,60,83); }
H1.HeaderClassName
{
color: #453C53;
}
.AnyTagClassName
{
color: #453C53;
}
</style>
background-color css
<style>
a { background-color: #453C53; }
a { background-color: rgb(69,60,83); }
div.DivClassName
{
background-color: #453C53;
}
.BgClassName
{
background-color: #453C53;
}
</style>
border-color css
<style>
span { border-color: #453C53; }
span { border-color: rgb(69,60,83); }
td.TdClassName
{
border-color: #453C53;
}
.TagClassName
{
border-color: #453C53;
}
</style>