#50363B

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

Shades of Wine Berry #50363B

Tints of Wine Berry #50363B

Color information

#50363B (or 0x50363B) is unknown color: approx Wine Berry. HEX triplet: 50, 36 and 3B. RGB value is (80,54,59). Sum of RGB (Red+Green+Blue) = 80+54+59=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50363B is #AFC9C4. Grayscale: #3E3E3E. Windows color (decimal): -11520453 or 3880528. OLE color: 3880528.

HSL color Cylindrical-coordinate representation of color #50363B: hue angle of 348.46º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50363B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB805459-
CMYK00.330.260.69
HSL348.46º19.4%26.27%-
HSV(B)348.46º32.5%31.37%-
XYZ5.424.664.75-
YUV62.34126.11140.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=41.45%
G=27.98%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80545900.330.260.69348.4619.426.27
Hex50363B0211A4515c131a
Octal1206673041321055342332
Binary101000011011011101101000011101010001011010111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50363B; }

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

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

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

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

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

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

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

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