Shades of Grape #484153
Tints of Grape #484153
RGB
CMYK
RGB Variations
Color information
#484153 (or 0x484153) is known color: Grape. HEX triplet: 48, 41 and 53. RGB value is (72,65,83). Sum of RGB (Red+Green+Blue) = 72+65+83=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #484153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484153 is #B7BEAC. Grayscale: #454545. Windows color (decimal): -12041901 or 5456200. OLE color: 5456200.
HSL color Cylindrical-coordinate representation of color #484153: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484153 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 65 | 83 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.67 |
| HSL | 263.33º | 0.12% | 0.29% | - |
| HSV(B) | 263.33º | 0.22% | 0.33% | - |
| XYZ | 6.12 | 5.78 | 8.98 | - |
| YUV | 69.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 83 | 0.13 | 0.22 | 0 | 0.67 | 263.33 | 0.12 | 0.29 |
| Hex | 48 | 41 | 53 | D | 16 | 0 | 43 | 107 | C | 1D |
| Octal | 110 | 101 | 123 | 15 | 26 | 0 | 103 | 407 | 14 | 35 |
| Binary | 1001000 | 1000001 | 1010011 | 1101 | 10110 | 0 | 1000011 | 100000111 | 1100 | 11101 |
Color Harmonies of #484153
Complementary color
Monochromatic Colors of #484153
Black with #484153
Text Example
Text Example
White with #484153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484153; }
p { color: rgb(72,65,83); }
H1.HeaderClassName
{
color: #484153;
}
.AnyTagClassName
{
color: #484153;
}
</style>
background-color css
<style>
a { background-color: #484153; }
a { background-color: rgb(72,65,83); }
div.DivClassName
{
background-color: #484153;
}
.BgClassName
{
background-color: #484153;
}
</style>
border-color css
<style>
span { border-color: #484153; }
span { border-color: rgb(72,65,83); }
td.TdClassName
{
border-color: #484153;
}
.TagClassName
{
border-color: #484153;
}
</style>