Html Css Color HEX #503247 Loulou

📋 copy color: '#503247'

red 80 ◦ green 50 ◦ blue 71

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

Shades of Loulou #503247

Tints of Loulou #503247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 39.8%
G = 24.88%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#503247 (or 0x503247) is known color: Loulou. HEX triplet: 50, 32 and 47. RGB value is (80,50,71). Sum of RGB (Red+Green+Blue) = 80+50+71=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503247 is #AFCDB8. Grayscale: #3D3D3D. Windows color (decimal): -11521465 or 4665936. OLE color: 4665936.

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

Color convert

RGB 80 50 71 -
CMYK 0 0.37 0.11 0.69
HSL 318º 0.23% 0.25% -
HSV(B) 318º 0.38% 0.31% -
XYZ 5.59 4.44 6.52 -
YUV 61.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 80 50 71 0 0.37 0.11 0.69 318 0.23 0.25
Hex 50 32 47 0 25 B 45 13E 17 19
Octal 120 62 107 0 45 13 105 476 27 31
Binary 1010000 110010 1000111 0 100101 1011 1000101 100111110 10111 11001

Color Harmonies of #503247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503247

Black with #503247

Text Example


Text Example

White with #503247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503247; }

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

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

background-color css

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

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

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

border-color css

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

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

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