Html Css Color HEX #503146 Loulou

📋 copy color: '#503146'

red 80 ◦ green 49 ◦ blue 70

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

Shades of Loulou #503146

Tints of Loulou #503146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 40.2%
G = 24.62%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#503146 (or 0x503146) is known color: Loulou. HEX triplet: 50, 31 and 46. RGB value is (80,49,70). Sum of RGB (Red+Green+Blue) = 80+49+70=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503146 is #AFCEB9. Grayscale: #3C3C3C. Windows color (decimal): -11521722 or 4600144. OLE color: 4600144.

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

Color convert

RGB 80 49 70 -
CMYK 0 0.39 0.12 0.69
HSL 319.35º 0.24% 0.25% -
HSV(B) 319.35º 0.39% 0.31% -
XYZ 5.51 4.34 6.34 -
YUV 60.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 80 49 70 0 0.39 0.12 0.69 319.35 0.24 0.25
Hex 50 31 46 0 27 C 45 13F 18 19
Octal 120 61 106 0 47 14 105 477 30 31
Binary 1010000 110001 1000110 0 100111 1100 1000101 100111111 11000 11001

Color Harmonies of #503146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503146

Black with #503146

Text Example


Text Example

White with #503146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503146; }

 p { color: rgb(80,49,70); }

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

background-color css

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

 a { background-color: rgb(80,49,70); }

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

border-color css

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

 span { border-color: rgb(80,49,70); }

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