#502F38

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

Shades of Wine Berry #502F38

Tints of Wine Berry #502F38

Color information

#502F38 (or 0x502F38) is unknown color: approx Wine Berry. HEX triplet: 50, 2F and 38. RGB value is (80,47,56). Sum of RGB (Red+Green+Blue) = 80+47+56=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F38 is #AFD0C7. Grayscale: #393939. Windows color (decimal): -11522248 or 3682128. OLE color: 3682128.

HSL color Cylindrical-coordinate representation of color #502F38: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F38 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB804756-
CMYK00.410.300.69
HSL343.64º25.98%24.9%-
HSV(B)343.64º41.25%31.37%-
XYZ5.044.024.25-
YUV57.89126.93143.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=43.72%
G=25.68%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80475600.410.300.69343.6425.9824.9
Hex502F380291E451581a19
Octal1205770051361055303231
Binary101000010111111100001010011111010001011010110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F38; }

 p { color: rgb(80,47,56); }

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

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

 a { background-color: rgb(80,47,56); }

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

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

 span { border-color: rgb(80,47,56); }

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