Shades of Grape #454152
Tints of Grape #454152
RGB
CMYK
RGB Variations
Color information
#454152 (or 0x454152) is known color: Grape. HEX triplet: 45, 41 and 52. RGB value is (69,65,82). Sum of RGB (Red+Green+Blue) = 69+65+82=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #454152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454152 is #BABEAD. Grayscale: #444444. Windows color (decimal): -12238510 or 5390661. OLE color: 5390661.
HSL color Cylindrical-coordinate representation of color #454152: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #454152 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 65 | 82 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.68 |
| HSL | 254.12º | 0.12% | 0.29% | - |
| HSV(B) | 254.12º | 0.21% | 0.32% | - |
| XYZ | 5.87 | 5.65 | 8.76 | - |
| YUV | 68.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 82 | 0.16 | 0.21 | 0 | 0.68 | 254.12 | 0.12 | 0.29 |
| Hex | 45 | 41 | 52 | 10 | 15 | 0 | 44 | FE | C | 1D |
| Octal | 105 | 101 | 122 | 20 | 25 | 0 | 104 | 376 | 14 | 35 |
| Binary | 1000101 | 1000001 | 1010010 | 10000 | 10101 | 0 | 1000100 | 11111110 | 1100 | 11101 |
Color Harmonies of #454152
Complementary color
Monochromatic Colors of #454152
Black with #454152
Text Example
Text Example
White with #454152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454152; }
p { color: rgb(69,65,82); }
H1.HeaderClassName
{
color: #454152;
}
.AnyTagClassName
{
color: #454152;
}
</style>
background-color css
<style>
a { background-color: #454152; }
a { background-color: rgb(69,65,82); }
div.DivClassName
{
background-color: #454152;
}
.BgClassName
{
background-color: #454152;
}
</style>
border-color css
<style>
span { border-color: #454152; }
span { border-color: rgb(69,65,82); }
td.TdClassName
{
border-color: #454152;
}
.TagClassName
{
border-color: #454152;
}
</style>