#483339

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

Shades of Wine Berry #483339

Tints of Wine Berry #483339

Color information

#483339 (or 0x483339) is unknown color: approx Wine Berry. HEX triplet: 48, 33 and 39. RGB value is (72,51,57). Sum of RGB (Red+Green+Blue) = 72+51+57=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483339 is #B7CCC6. Grayscale: #393939. Windows color (decimal): -12045511 or 3748680. OLE color: 3748680.

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

Color convert

RGB725157-
CMYK00.290.210.72
HSL342.86º17.07%24.12%-
HSV(B)342.86º29.17%28.24%-
XYZ4.594.044.41-
YUV57.96127.46138.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=40%
G=28.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515700.290.210.72342.8617.0724.12
Hex48333901D15481571118
Octal1106371035251105272130
Binary10010001100111110010111011010110010001010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483339; }

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

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

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

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

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

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

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

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