Shades of Grape #453B52
Tints of Grape #453B52
RGB
CMYK
RGB Variations
Color information
#453B52 (or 0x453B52) is known color: Grape. HEX triplet: 45, 3B and 52. RGB value is (69,59,82). Sum of RGB (Red+Green+Blue) = 69+59+82=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #453B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B52 is #BAC4AD. Grayscale: #404040. Windows color (decimal): -12240046 or 5389125. OLE color: 5389125.
HSL color Cylindrical-coordinate representation of color #453B52: hue angle of 266.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #453B52 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 59 | 82 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.68 |
| HSL | 266.09º | 0.16% | 0.28% | - |
| HSV(B) | 266.09º | 0.28% | 0.32% | - |
| XYZ | 5.54 | 5 | 8.66 | - |
| YUV | 64.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 82 | 0.16 | 0.28 | 0 | 0.68 | 266.09 | 0.16 | 0.28 |
| Hex | 45 | 3B | 52 | 10 | 1C | 0 | 44 | 10A | 10 | 1C |
| Octal | 105 | 73 | 122 | 20 | 34 | 0 | 104 | 412 | 20 | 34 |
| Binary | 1000101 | 111011 | 1010010 | 10000 | 11100 | 0 | 1000100 | 100001010 | 10000 | 11100 |
Color Harmonies of #453B52
Complementary color
Monochromatic Colors of #453B52
Black with #453B52
Text Example
Text Example
White with #453B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B52; }
p { color: rgb(69,59,82); }
H1.HeaderClassName
{
color: #453B52;
}
.AnyTagClassName
{
color: #453B52;
}
</style>
background-color css
<style>
a { background-color: #453B52; }
a { background-color: rgb(69,59,82); }
div.DivClassName
{
background-color: #453B52;
}
.BgClassName
{
background-color: #453B52;
}
</style>
border-color css
<style>
span { border-color: #453B52; }
span { border-color: rgb(69,59,82); }
td.TdClassName
{
border-color: #453B52;
}
.TagClassName
{
border-color: #453B52;
}
</style>