Html Css Color HEX #503038 Wine Berry

📋 copy color: '#503038'

red 80 ◦ green 48 ◦ blue 56

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

Shades of Wine Berry #503038

Tints of Wine Berry #503038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503038 (or 0x503038) is known color: Wine Berry. HEX triplet: 50, 30 and 38. RGB value is (80,48,56). Sum of RGB (Red+Green+Blue) = 80+48+56=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503038 is #AFCFC7. Grayscale: #3A3A3A. Windows color (decimal): -11521992 or 3682384. OLE color: 3682384.

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

Color convert

RGB 80 48 56 -
CMYK 0 0.40 0.30 0.69
HSL 345º 0.25% 0.25% -
HSV(B) 345º 0.4% 0.31% -
XYZ 5.08 4.1 4.27 -
YUV 58.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 80 48 56 0 0.40 0.30 0.69 345 0.25 0.25
Hex 50 30 38 0 28 1E 45 159 19 19
Octal 120 60 70 0 50 36 105 531 31 31
Binary 1010000 110000 111000 0 101000 11110 1000101 101011001 11001 11001

Color Harmonies of #503038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503038

Black with #503038

Text Example


Text Example

White with #503038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503038; }

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

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

background-color css

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

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

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

border-color css

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

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

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