Html Css Color HEX #502946 Loulou

📋 copy color: '#502946'

red 80 ◦ green 41 ◦ blue 70

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

Shades of Loulou #502946

Tints of Loulou #502946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 41.88%
G = 21.47%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502946 (or 0x502946) is known color: Loulou. HEX triplet: 50, 29 and 46. RGB value is (80,41,70). Sum of RGB (Red+Green+Blue) = 80+41+70=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502946 is #AFD6B9. Grayscale: #373737. Windows color (decimal): -11523770 or 4598096. OLE color: 4598096.

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

Color convert

RGB 80 41 70 -
CMYK 0 0.49 0.12 0.69
HSL 315.38º 0.32% 0.24% -
HSV(B) 315.38º 0.49% 0.31% -
XYZ 5.21 3.73 6.24 -
YUV 55.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 80 41 70 0 0.49 0.12 0.69 315.38 0.32 0.24
Hex 50 29 46 0 31 C 45 13B 20 18
Octal 120 51 106 0 61 14 105 473 40 30
Binary 1010000 101001 1000110 0 110001 1100 1000101 100111011 100000 11000

Color Harmonies of #502946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502946

Black with #502946

Text Example


Text Example

White with #502946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502946; }

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

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

background-color css

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

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

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

border-color css

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

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

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