Html Css Color HEX #503239 Wine Berry

📋 copy color: '#503239'

red 80 ◦ green 50 ◦ blue 57

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

Shades of Wine Berry #503239

Tints of Wine Berry #503239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 42.78%
G = 26.74%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503239 (or 0x503239) is known color: Wine Berry. HEX triplet: 50, 32 and 39. RGB value is (80,50,57). Sum of RGB (Red+Green+Blue) = 80+50+57=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503239 is #AFCDC6. Grayscale: #3B3B3B. Windows color (decimal): -11521479 or 3748432. OLE color: 3748432.

HSL color Cylindrical-coordinate representation of color #503239: hue angle of 346º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503239 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 57 -
CMYK 0 0.37 0.29 0.69
HSL 346º 0.23% 0.25% -
HSV(B) 346º 0.38% 0.31% -
XYZ 5.19 4.28 4.42 -
YUV 59.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 80 50 57 0 0.37 0.29 0.69 346 0.23 0.25
Hex 50 32 39 0 25 1D 45 15A 17 19
Octal 120 62 71 0 45 35 105 532 27 31
Binary 1010000 110010 111001 0 100101 11101 1000101 101011010 10111 11001

Color Harmonies of #503239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503239

Black with #503239

Text Example


Text Example

White with #503239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503239; }

 p { color: rgb(80,50,57); }

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

background-color css

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

 a { background-color: rgb(80,50,57); }

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

border-color css

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

 span { border-color: rgb(80,50,57); }

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