Html Css Color HEX #501349 Loulou

📋 copy color: '#501349'

red 80 ◦ green 19 ◦ blue 73

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

Shades of Loulou #501349

Tints of Loulou #501349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 46.51%
G = 11.05%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501349 (or 0x501349) is known color: Loulou. HEX triplet: 50, 13 and 49. RGB value is (80,19,73). Sum of RGB (Red+Green+Blue) = 80+19+73=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501349 is #AFECB6. Grayscale: #2B2B2B. Windows color (decimal): -11529399 or 4789072. OLE color: 4789072.

HSL color Cylindrical-coordinate representation of color #501349: hue angle of 306.89º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501349 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 73 -
CMYK 0 0.76 0.09 0.69
HSL 306.89º 0.62% 0.19% -
HSV(B) 306.89º 0.76% 0.31% -
XYZ 4.74 2.65 6.57 -
YUV 43.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 80 19 73 0 0.76 0.09 0.69 306.89 0.62 0.19
Hex 50 13 49 0 4C 9 45 133 3E 13
Octal 120 23 111 0 114 11 105 463 76 23
Binary 1010000 10011 1001001 0 1001100 1001 1000101 100110011 111110 10011

Color Harmonies of #501349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501349

Black with #501349

Text Example


Text Example

White with #501349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501349; }

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

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

background-color css

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

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

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

border-color css

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

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

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