Html Css Color HEX #501E4B Loulou

📋 copy color: '#501E4B'

red 80 ◦ green 30 ◦ blue 75

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

Shades of Loulou #501E4B

Tints of Loulou #501E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 43.24%
G = 16.22%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#501E4B (or 0x501E4B) is known color: Loulou. HEX triplet: 50, 1E and 4B. RGB value is (80,30,75). Sum of RGB (Red+Green+Blue) = 80+30+75=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E4B is #AFE1B4. Grayscale: #313131. Windows color (decimal): -11526581 or 4922960. OLE color: 4922960.

HSL color Cylindrical-coordinate representation of color #501E4B: hue angle of 306º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E4B is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 75 -
CMYK 0 0.62 0.06 0.69
HSL 306º 0.45% 0.22% -
HSV(B) 306º 0.63% 0.31% -
XYZ 5.04 3.14 7 -
YUV 50.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 80 30 75 0 0.62 0.06 0.69 306 0.45 0.22
Hex 50 1E 4B 0 3E 6 45 132 2D 16
Octal 120 36 113 0 76 6 105 462 55 26
Binary 1010000 11110 1001011 0 111110 110 1000101 100110010 101101 10110

Color Harmonies of #501E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E4B

Black with #501E4B

Text Example


Text Example

White with #501E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,75); }

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

background-color css

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

 a { background-color: rgb(80,30,75); }

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

border-color css

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

 span { border-color: rgb(80,30,75); }

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