Shades of Grape #453D52
Tints of Grape #453D52
RGB
CMYK
RGB Variations
Color information
#453D52 (or 0x453D52) is known color: Grape. HEX triplet: 45, 3D and 52. RGB value is (69,61,82). Sum of RGB (Red+Green+Blue) = 69+61+82=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #453D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D52 is #BAC2AD. Grayscale: #414141. Windows color (decimal): -12239534 or 5389637. OLE color: 5389637.
HSL color Cylindrical-coordinate representation of color #453D52: hue angle of 262.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #453D52 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 61 | 82 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.68 |
| HSL | 262.86º | 0.15% | 0.28% | - |
| HSV(B) | 262.86º | 0.26% | 0.32% | - |
| XYZ | 5.65 | 5.21 | 8.69 | - |
| YUV | 65.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 82 | 0.16 | 0.26 | 0 | 0.68 | 262.86 | 0.15 | 0.28 |
| Hex | 45 | 3D | 52 | 10 | 1A | 0 | 44 | 107 | F | 1C |
| Octal | 105 | 75 | 122 | 20 | 32 | 0 | 104 | 407 | 17 | 34 |
| Binary | 1000101 | 111101 | 1010010 | 10000 | 11010 | 0 | 1000100 | 100000111 | 1111 | 11100 |
Color Harmonies of #453D52
Complementary color
Monochromatic Colors of #453D52
Black with #453D52
Text Example
Text Example
White with #453D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D52; }
p { color: rgb(69,61,82); }
H1.HeaderClassName
{
color: #453D52;
}
.AnyTagClassName
{
color: #453D52;
}
</style>
background-color css
<style>
a { background-color: #453D52; }
a { background-color: rgb(69,61,82); }
div.DivClassName
{
background-color: #453D52;
}
.BgClassName
{
background-color: #453D52;
}
</style>
border-color css
<style>
span { border-color: #453D52; }
span { border-color: rgb(69,61,82); }
td.TdClassName
{
border-color: #453D52;
}
.TagClassName
{
border-color: #453D52;
}
</style>