Html Css Color HEX #502949 Loulou

📋 copy color: '#502949'

red 80 ◦ green 41 ◦ blue 73

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

Shades of Loulou #502949

Tints of Loulou #502949

RGB

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

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

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

R = 41.24%
G = 21.13%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#502949 (or 0x502949) is known color: Loulou. HEX triplet: 50, 29 and 49. RGB value is (80,41,73). Sum of RGB (Red+Green+Blue) = 80+41+73=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #502949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502949 is #AFD6B6. Grayscale: #383838. Windows color (decimal): -11523767 or 4794704. OLE color: 4794704.

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

Color convert

RGB 80 41 73 -
CMYK 0 0.49 0.09 0.69
HSL 310.77º 0.32% 0.24% -
HSV(B) 310.77º 0.49% 0.31% -
XYZ 5.3 3.77 6.75 -
YUV 56.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 80 41 73 0 0.49 0.09 0.69 310.77 0.32 0.24
Hex 50 29 49 0 31 9 45 137 20 18
Octal 120 51 111 0 61 11 105 467 40 30
Binary 1010000 101001 1001001 0 110001 1001 1000101 100110111 100000 11000

Color Harmonies of #502949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502949

Black with #502949

Text Example


Text Example

White with #502949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502949; }

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

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

background-color css

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

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

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

border-color css

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

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

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