Html Css Color HEX #503338 Wine Berry

📋 copy color: '#503338'

red 80 ◦ green 51 ◦ blue 56

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

Shades of Wine Berry #503338

Tints of Wine Berry #503338

RGB

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

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

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

R = 42.78%
G = 27.27%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503338 (or 0x503338) is known color: Wine Berry. HEX triplet: 50, 33 and 38. RGB value is (80,51,56). Sum of RGB (Red+Green+Blue) = 80+51+56=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503338 is #AFCCC7. Grayscale: #3C3C3C. Windows color (decimal): -11521224 or 3683152. OLE color: 3683152.

HSL color Cylindrical-coordinate representation of color #503338: hue angle of 349.66º 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 #503338 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 56 -
CMYK 0 0.36 0.30 0.69
HSL 349.66º 0.22% 0.26% -
HSV(B) 349.66º 0.36% 0.31% -
XYZ 5.21 4.36 4.31 -
YUV 60.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 80 51 56 0 0.36 0.30 0.69 349.66 0.22 0.26
Hex 50 33 38 0 24 1E 45 15E 16 1A
Octal 120 63 70 0 44 36 105 536 26 32
Binary 1010000 110011 111000 0 100100 11110 1000101 101011110 10110 11010

Color Harmonies of #503338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503338

Black with #503338

Text Example


Text Example

White with #503338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503338; }

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

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

background-color css

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

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

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

border-color css

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

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

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