Html Css Color HEX #503339 Wine Berry

📋 copy color: '#503339'

red 80 ◦ green 51 ◦ blue 57

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

Shades of Wine Berry #503339

Tints of Wine Berry #503339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 42.55%
G = 27.13%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503339 (or 0x503339) is known color: Wine Berry. HEX triplet: 50, 33 and 39. RGB value is (80,51,57). Sum of RGB (Red+Green+Blue) = 80+51+57=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503339 is #AFCCC6. Grayscale: #3C3C3C. Windows color (decimal): -11521223 or 3748688. OLE color: 3748688.

HSL color Cylindrical-coordinate representation of color #503339: hue angle of 347.59º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503339 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 57 -
CMYK 0 0.36 0.29 0.69
HSL 347.59º 0.22% 0.26% -
HSV(B) 347.59º 0.36% 0.31% -
XYZ 5.23 4.37 4.44 -
YUV 60.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 80 51 57 0 0.36 0.29 0.69 347.59 0.22 0.26
Hex 50 33 39 0 24 1D 45 15C 16 1A
Octal 120 63 71 0 44 35 105 534 26 32
Binary 1010000 110011 111001 0 100100 11101 1000101 101011100 10110 11010

Color Harmonies of #503339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503339

Black with #503339

Text Example


Text Example

White with #503339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503339; }

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

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

background-color css

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

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

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

border-color css

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

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

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