#503036

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

Shades of Wine Berry #503036

Tints of Wine Berry #503036

Color information

#503036 (or 0x503036) is unknown color: approx Wine Berry. HEX triplet: 50, 30 and 36. RGB value is (80,48,54). Sum of RGB (Red+Green+Blue) = 80+48+54=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503036 is #AFCFC9. Grayscale: #3A3A3A. Windows color (decimal): -11521994 or 3551312. OLE color: 3551312.

HSL color Cylindrical-coordinate representation of color #503036: hue angle of 348.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503036 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB804854-
CMYK00.400.330.69
HSL348.75º25%25.1%-
HSV(B)348.75º40%31.37%-
XYZ5.034.094.01-
YUV58.25125.6143.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=43.96%
G=26.37%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80485400.400.330.69348.752525.1
Hex503036028214515d1919
Octal1206066050411055353131
Binary1010000110000110110010100010000110001011010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503036; }

 p { color: rgb(80,48,54); }

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

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

 a { background-color: rgb(80,48,54); }

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

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

 span { border-color: rgb(80,48,54); }

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