Html Css Color HEX #501F43 Loulou

📋 copy color: '#501F43'

red 80 ◦ green 31 ◦ blue 67

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

Shades of Loulou #501F43

Tints of Loulou #501F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 44.94%
G = 17.42%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#501F43 (or 0x501F43) is known color: Loulou. HEX triplet: 50, 1F and 43. RGB value is (80,31,67). Sum of RGB (Red+Green+Blue) = 80+31+67=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #501F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F43 is #AFE0BC. Grayscale: #313131. Windows color (decimal): -11526333 or 4398928. OLE color: 4398928.

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

Color convert

RGB 80 31 67 -
CMYK 0 0.61 0.16 0.69
HSL 315.92º 0.44% 0.22% -
HSV(B) 315.92º 0.61% 0.31% -
XYZ 4.81 3.09 5.65 -
YUV 49.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 80 31 67 0 0.61 0.16 0.69 315.92 0.44 0.22
Hex 50 1F 43 0 3D 10 45 13C 2C 16
Octal 120 37 103 0 75 20 105 474 54 26
Binary 1010000 11111 1000011 0 111101 10000 1000101 100111100 101100 10110

Color Harmonies of #501F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F43

Black with #501F43

Text Example


Text Example

White with #501F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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