Html Css Color HEX #503249 Loulou

📋 copy color: '#503249'

red 80 ◦ green 50 ◦ blue 73

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

Shades of Loulou #503249

Tints of Loulou #503249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 39.41%
G = 24.63%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#503249 (or 0x503249) is known color: Loulou. HEX triplet: 50, 32 and 49. RGB value is (80,50,73). Sum of RGB (Red+Green+Blue) = 80+50+73=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503249 is #AFCDB6. Grayscale: #3D3D3D. Windows color (decimal): -11521463 or 4797008. OLE color: 4797008.

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

Color convert

RGB 80 50 73 -
CMYK 0 0.37 0.09 0.69
HSL 314º 0.23% 0.25% -
HSV(B) 314º 0.38% 0.31% -
XYZ 5.65 4.47 6.87 -
YUV 61.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 80 50 73 0 0.37 0.09 0.69 314 0.23 0.25
Hex 50 32 49 0 25 9 45 13A 17 19
Octal 120 62 111 0 45 11 105 472 27 31
Binary 1010000 110010 1001001 0 100101 1001 1000101 100111010 10111 11001

Color Harmonies of #503249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503249

Black with #503249

Text Example


Text Example

White with #503249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503249; }

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

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

background-color css

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

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

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

border-color css

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

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

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