Shades of Grape #453D51
Tints of Grape #453D51
RGB
CMYK
RGB Variations
Color information
#453D51 (or 0x453D51) is known color: Grape. HEX triplet: 45, 3D and 51. RGB value is (69,61,81). Sum of RGB (Red+Green+Blue) = 69+61+81=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #453D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D51 is #BAC2AE. Grayscale: #414141. Windows color (decimal): -12239535 or 5324101. OLE color: 5324101.
HSL color Cylindrical-coordinate representation of color #453D51: hue angle of 264º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #453D51 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 61 | 81 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.68 |
| HSL | 264º | 0.14% | 0.28% | - |
| HSV(B) | 264º | 0.25% | 0.32% | - |
| XYZ | 5.61 | 5.2 | 8.49 | - |
| YUV | 65.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 81 | 0.15 | 0.25 | 0 | 0.68 | 264 | 0.14 | 0.28 |
| Hex | 45 | 3D | 51 | F | 19 | 0 | 44 | 108 | E | 1C |
| Octal | 105 | 75 | 121 | 17 | 31 | 0 | 104 | 410 | 16 | 34 |
| Binary | 1000101 | 111101 | 1010001 | 1111 | 11001 | 0 | 1000100 | 100001000 | 1110 | 11100 |
Color Harmonies of #453D51
Complementary color
Monochromatic Colors of #453D51
Black with #453D51
Text Example
Text Example
White with #453D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D51; }
p { color: rgb(69,61,81); }
H1.HeaderClassName
{
color: #453D51;
}
.AnyTagClassName
{
color: #453D51;
}
</style>
background-color css
<style>
a { background-color: #453D51; }
a { background-color: rgb(69,61,81); }
div.DivClassName
{
background-color: #453D51;
}
.BgClassName
{
background-color: #453D51;
}
</style>
border-color css
<style>
span { border-color: #453D51; }
span { border-color: rgb(69,61,81); }
td.TdClassName
{
border-color: #453D51;
}
.TagClassName
{
border-color: #453D51;
}
</style>