#50353A

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

Shades of Wine Berry #50353A

Tints of Wine Berry #50353A

Color information

#50353A (or 0x50353A) is unknown color: approx Wine Berry. HEX triplet: 50, 35 and 3A. RGB value is (80,53,58). Sum of RGB (Red+Green+Blue) = 80+53+58=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353A is #AFCAC5. Grayscale: #3D3D3D. Windows color (decimal): -11520710 or 3814736. OLE color: 3814736.

HSL color Cylindrical-coordinate representation of color #50353A: hue angle of 348.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50353A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB805358-
CMYK00.340.280.69
HSL348.89º20.3%26.08%-
HSV(B)348.89º33.75%31.37%-
XYZ5.354.564.6-
YUV61.64125.95141.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=41.88%
G=27.75%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80535800.340.280.69348.8920.326.08
Hex50353A0221C4515d141a
Octal1206572042341055352432
Binary101000011010111101001000101110010001011010111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50353A; }

 p { color: rgb(80,53,58); }

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

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

 a { background-color: rgb(80,53,58); }

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

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

 span { border-color: rgb(80,53,58); }

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