#482F37

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

Shades of Wine Berry #482F37

Tints of Wine Berry #482F37

Color information

#482F37 (or 0x482F37) is unknown color: approx Wine Berry. HEX triplet: 48, 2F and 37. RGB value is (72,47,55). Sum of RGB (Red+Green+Blue) = 72+47+55=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F37 is #B7D0C8. Grayscale: #373737. Windows color (decimal): -12046537 or 3616584. OLE color: 3616584.

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

Color convert

RGB724755-
CMYK00.350.240.72
HSL340.8º21.01%23.33%-
HSV(B)340.8º34.72%28.24%-
XYZ4.383.694.1-
YUV55.39127.78139.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=41.38%
G=27.01%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72475500.350.240.72340.821.0123.33
Hex482F3702318481551517
Octal1105767043301105252527
Binary100100010111111011101000111100010010001010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,47,55); }

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

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

 a { background-color: rgb(72,47,55); }

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

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

 span { border-color: rgb(72,47,55); }

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