Html Css Color HEX #501A42 Loulou

📋 copy color: '#501A42'

red 80 ◦ green 26 ◦ blue 66

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

Shades of Loulou #501A42

Tints of Loulou #501A42

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 46.51%
G = 15.12%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#501A42 (or 0x501A42) is known color: Loulou. HEX triplet: 50, 1A and 42. RGB value is (80,26,66). Sum of RGB (Red+Green+Blue) = 80+26+66=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A42 is #AFE5BD. Grayscale: #2E2E2E. Windows color (decimal): -11527614 or 4332112. OLE color: 4332112.

HSL color Cylindrical-coordinate representation of color #501A42: hue angle of 315.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A42 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 66 -
CMYK 0 0.67 0.17 0.69
HSL 315.56º 0.51% 0.21% -
HSV(B) 315.56º 0.68% 0.31% -
XYZ 4.66 2.84 5.46 -
YUV 46.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 80 26 66 0 0.67 0.17 0.69 315.56 0.51 0.21
Hex 50 1A 42 0 43 11 45 13C 33 15
Octal 120 32 102 0 103 21 105 474 63 25
Binary 1010000 11010 1000010 0 1000011 10001 1000101 100111100 110011 10101

Color Harmonies of #501A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A42

Black with #501A42

Text Example


Text Example

White with #501A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,66); }

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

background-color css

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

 a { background-color: rgb(80,26,66); }

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

border-color css

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

 span { border-color: rgb(80,26,66); }

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