Html Css Color HEX #501C4A Loulou

📋 copy color: '#501C4A'

red 80 ◦ green 28 ◦ blue 74

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

Shades of Loulou #501C4A

Tints of Loulou #501C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 43.96%
G = 15.38%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#501C4A (or 0x501C4A) is known color: Loulou. HEX triplet: 50, 1C and 4A. RGB value is (80,28,74). Sum of RGB (Red+Green+Blue) = 80+28+74=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C4A is #AFE3B5. Grayscale: #303030. Windows color (decimal): -11527094 or 4856912. OLE color: 4856912.

HSL color Cylindrical-coordinate representation of color #501C4A: hue angle of 306.92º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C4A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 74 -
CMYK 0 0.65 0.08 0.69
HSL 306.92º 0.48% 0.21% -
HSV(B) 306.92º 0.65% 0.31% -
XYZ 4.96 3.03 6.8 -
YUV 48.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 80 28 74 0 0.65 0.08 0.69 306.92 0.48 0.21
Hex 50 1C 4A 0 41 8 45 133 30 15
Octal 120 34 112 0 101 10 105 463 60 25
Binary 1010000 11100 1001010 0 1000001 1000 1000101 100110011 110000 10101

Color Harmonies of #501C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C4A

Black with #501C4A

Text Example


Text Example

White with #501C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C4A; }

 p { color: rgb(80,28,74); }

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

background-color css

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

 a { background-color: rgb(80,28,74); }

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

border-color css

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

 span { border-color: rgb(80,28,74); }

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