Html Css Color HEX #501643 Loulou

📋 copy color: '#501643'

red 80 ◦ green 22 ◦ blue 67

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

Shades of Loulou #501643

Tints of Loulou #501643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 47.34%
G = 13.02%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#501643 (or 0x501643) is known color: Loulou. HEX triplet: 50, 16 and 43. RGB value is (80,22,67). Sum of RGB (Red+Green+Blue) = 80+22+67=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501643 is #AFE9BC. Grayscale: #2C2C2C. Windows color (decimal): -11528637 or 4396624. OLE color: 4396624.

HSL color Cylindrical-coordinate representation of color #501643: hue angle of 313.45º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501643 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 67 -
CMYK 0 0.72 0.16 0.69
HSL 313.45º 0.57% 0.2% -
HSV(B) 313.45º 0.73% 0.31% -
XYZ 4.61 2.68 5.59 -
YUV 44.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 80 22 67 0 0.72 0.16 0.69 313.45 0.57 0.2
Hex 50 16 43 0 48 10 45 139 39 14
Octal 120 26 103 0 110 20 105 471 71 24
Binary 1010000 10110 1000011 0 1001000 10000 1000101 100111001 111001 10100

Color Harmonies of #501643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501643

Black with #501643

Text Example


Text Example

White with #501643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501643; }

 p { color: rgb(80,22,67); }

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

background-color css

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

 a { background-color: rgb(80,22,67); }

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

border-color css

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

 span { border-color: rgb(80,22,67); }

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