Shades of Grape #484353
Tints of Grape #484353
RGB
CMYK
RGB Variations
Color information
#484353 (or 0x484353) is known color: Grape. HEX triplet: 48, 43 and 53. RGB value is (72,67,83). Sum of RGB (Red+Green+Blue) = 72+67+83=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #484353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484353 is #B7BCAC. Grayscale: #464646. Windows color (decimal): -12041389 or 5456712. OLE color: 5456712.
HSL color Cylindrical-coordinate representation of color #484353: hue angle of 258.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #484353 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 67 | 83 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.67 |
| HSL | 258.75º | 0.11% | 0.29% | - |
| HSV(B) | 258.75º | 0.19% | 0.33% | - |
| XYZ | 6.24 | 6.02 | 9.02 | - |
| YUV | 70.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 83 | 0.13 | 0.19 | 0 | 0.67 | 258.75 | 0.11 | 0.29 |
| Hex | 48 | 43 | 53 | D | 13 | 0 | 43 | 103 | B | 1D |
| Octal | 110 | 103 | 123 | 15 | 23 | 0 | 103 | 403 | 13 | 35 |
| Binary | 1001000 | 1000011 | 1010011 | 1101 | 10011 | 0 | 1000011 | 100000011 | 1011 | 11101 |
Color Harmonies of #484353
Complementary color
Monochromatic Colors of #484353
Black with #484353
Text Example
Text Example
White with #484353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484353; }
p { color: rgb(72,67,83); }
H1.HeaderClassName
{
color: #484353;
}
.AnyTagClassName
{
color: #484353;
}
</style>
background-color css
<style>
a { background-color: #484353; }
a { background-color: rgb(72,67,83); }
div.DivClassName
{
background-color: #484353;
}
.BgClassName
{
background-color: #484353;
}
</style>
border-color css
<style>
span { border-color: #484353; }
span { border-color: rgb(72,67,83); }
td.TdClassName
{
border-color: #484353;
}
.TagClassName
{
border-color: #484353;
}
</style>