#483238

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

Shades of Wine Berry #483238

Tints of Wine Berry #483238

Color information

#483238 (or 0x483238) is unknown color: approx Wine Berry. HEX triplet: 48, 32 and 38. RGB value is (72,50,56). Sum of RGB (Red+Green+Blue) = 72+50+56=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483238 is #B7CDC7. Grayscale: #393939. Windows color (decimal): -12045768 or 3682888. OLE color: 3682888.

HSL color Cylindrical-coordinate representation of color #483238: hue angle of 343.64º 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 #483238 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB725056-
CMYK00.310.220.72
HSL343.64º18.03%23.92%-
HSV(B)343.64º30.56%28.24%-
XYZ4.533.944.26-
YUV57.26127.29138.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=40.45%
G=28.09%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72505600.310.220.72343.6418.0323.92
Hex48323801F16481581218
Octal1106270037261105302230
Binary10010001100101110000111111011010010001010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483238; }

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

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

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

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

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

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

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

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