Html Css Color HEX #502E38 Wine Berry

📋 copy color: '#502E38'

red 80 ◦ green 46 ◦ blue 56

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

Shades of Wine Berry #502E38

Tints of Wine Berry #502E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.27%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 43.96%
G = 25.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#502E38 (or 0x502E38) is known color: Wine Berry. HEX triplet: 50, 2E and 38. RGB value is (80,46,56). Sum of RGB (Red+Green+Blue) = 80+46+56=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E38 is #AFD1C7. Grayscale: #393939. Windows color (decimal): -11522504 or 3681872. OLE color: 3681872.

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

Color convert

RGB 80 46 56 -
CMYK 0 0.42 0.30 0.69
HSL 342.35º 0.27% 0.25% -
HSV(B) 342.35º 0.43% 0.31% -
XYZ 5 3.94 4.24 -
YUV 57.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 80 46 56 0 0.42 0.30 0.69 342.35 0.27 0.25
Hex 50 2E 38 0 2A 1E 45 156 1B 19
Octal 120 56 70 0 52 36 105 526 33 31
Binary 1010000 101110 111000 0 101010 11110 1000101 101010110 11011 11001

Color Harmonies of #502E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E38

Black with #502E38

Text Example


Text Example

White with #502E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #502E38;
 }
 .AnyTagClassName
 {
   color: #502E38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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