#484153

Color #484153 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #484153

Tints of Grape #484153

Color information

#484153 (or 0x484153) is unknown color: approx 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

RGB726583-
CMYK0.130.2200.67
HSL263.33º12.16%29.02%-
HSV(B)263.33º21.69%32.55%-
XYZ6.125.788.98-
YUV69.14135.82130.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=32.73%
G=29.55%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7265830.130.2200.67263.3312.1629.02
Hex484153D16043107c1d
Octal110101123152601034071435
Binary10010001000001101001111011011001000011100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>