Html Css Color HEX #502930 Wine Berry

📋 copy color: '#502930'

red 80 ◦ green 41 ◦ blue 48

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

Shades of Wine Berry #502930

Tints of Wine Berry #502930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 47.34%
G = 24.26%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#502930 (or 0x502930) is known color: Wine Berry. HEX triplet: 50, 29 and 30. RGB value is (80,41,48). Sum of RGB (Red+Green+Blue) = 80+41+48=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502930 is #AFD6CF. Grayscale: #353535. Windows color (decimal): -11523792 or 3156304. OLE color: 3156304.

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

Color convert

RGB 80 41 48 -
CMYK 0 0.49 0.40 0.69
HSL 349.23º 0.32% 0.24% -
HSV(B) 349.23º 0.49% 0.31% -
XYZ 4.63 3.5 3.23 -
YUV 53.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 80 41 48 0 0.49 0.40 0.69 349.23 0.32 0.24
Hex 50 29 30 0 31 28 45 15D 20 18
Octal 120 51 60 0 61 50 105 535 40 30
Binary 1010000 101001 110000 0 110001 101000 1000101 101011101 100000 11000

Color Harmonies of #502930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502930

Black with #502930

Text Example


Text Example

White with #502930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502930; }

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

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

background-color css

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

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

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

border-color css

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

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

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