#483239

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

Shades of Wine Berry #483239

Tints of Wine Berry #483239

Color information

#483239 (or 0x483239) is unknown color: approx Wine Berry. HEX triplet: 48, 32 and 39. RGB value is (72,50,57). Sum of RGB (Red+Green+Blue) = 72+50+57=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483239 is #B7CDC6. Grayscale: #393939. Windows color (decimal): -12045767 or 3748424. OLE color: 3748424.

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

Color convert

RGB725057-
CMYK00.310.210.72
HSL340.91º18.03%23.92%-
HSV(B)340.91º30.56%28.24%-
XYZ4.553.954.39-
YUV57.38127.79138.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=40.22%
G=27.93%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72505700.310.210.72340.9118.0323.92
Hex48323901F15481551218
Octal1106271037251105252230
Binary10010001100101110010111111010110010001010101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483239; }

 p { color: rgb(72,50,57); }

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

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

 a { background-color: rgb(72,50,57); }

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

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

 span { border-color: rgb(72,50,57); }

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