Html Css Color HEX #50353B Wine Berry

📋 copy color: '#50353B'

red 80 ◦ green 53 ◦ blue 59

#50353B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #50353B

Tints of Wine Berry #50353B

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 41.67%
G = 27.6%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50353B (or 0x50353B) is known color: Wine Berry. HEX triplet: 50, 35 and 3B. RGB value is (80,53,59). Sum of RGB (Red+Green+Blue) = 80+53+59=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50353B is #AFCAC4. Grayscale: #3D3D3D. Windows color (decimal): -11520709 or 3880272. OLE color: 3880272.

HSL color Cylindrical-coordinate representation of color #50353B: hue angle of 346.67º 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 #50353B is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 59 -
CMYK 0 0.34 0.26 0.69
HSL 346.67º 0.2% 0.26% -
HSV(B) 346.67º 0.34% 0.31% -
XYZ 5.37 4.57 4.74 -
YUV 61.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 80 53 59 0 0.34 0.26 0.69 346.67 0.2 0.26
Hex 50 35 3B 0 22 1A 45 15B 14 1A
Octal 120 65 73 0 42 32 105 533 24 32
Binary 1010000 110101 111011 0 100010 11010 1000101 101011011 10100 11010

Color Harmonies of #50353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50353B

Black with #50353B

Text Example


Text Example

White with #50353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50353B;
 }
 .AnyTagClassName
 {
   color: #50353B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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