#482D35

Color #482D35 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #482D35

Tints of Wine Berry #482D35

Color information

#482D35 (or 0x482D35) is unknown color: approx Wine Berry. HEX triplet: 48, 2D and 35. RGB value is (72,45,53). Sum of RGB (Red+Green+Blue) = 72+45+53=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D35 is #B7D2CA. Grayscale: #353535. Windows color (decimal): -12047051 or 3485000. OLE color: 3485000.

HSL color Cylindrical-coordinate representation of color #482D35: hue angle of 342.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D35 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB724553-
CMYK00.380.260.72
HSL342.22º23.08%22.94%-
HSV(B)342.22º37.5%28.24%-
XYZ4.253.513.82-
YUV53.98127.45140.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=42.35%
G=26.47%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72455300.380.260.72342.2223.0822.94
Hex482D350261A481561717
Octal1105565046321105262727
Binary100100010110111010101001101101010010001010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482D35; }

 p { color: rgb(72,45,53); }

 H1.HeaderClassName
 {
   color: #482D35;
 }
 .AnyTagClassName
 {
   color: #482D35;
 }
</style>
background-color css

<style>
 a { background-color: #482D35; }

 a { background-color: rgb(72,45,53); }

 div.DivClassName
 {
   background-color: #482D35;
 }
 .BgClassName
 {
   background-color: #482D35;
 }
</style>
border-color css

<style>
 span { border-color: #482D35; }

 span { border-color: rgb(72,45,53); }

 td.TdClassName
 {
   border-color: #482D35;
 }
 .TagClassName
 {
   border-color: #482D35;
 }
</style>