Html Css Color HEX #501F4B Loulou

📋 copy color: '#501F4B'

red 80 ◦ green 31 ◦ blue 75

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

Shades of Loulou #501F4B

Tints of Loulou #501F4B

RGB

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

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

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

R = 43.01%
G = 16.67%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#501F4B (or 0x501F4B) is known color: Loulou. HEX triplet: 50, 1F and 4B. RGB value is (80,31,75). Sum of RGB (Red+Green+Blue) = 80+31+75=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #501F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F4B is #AFE0B4. Grayscale: #323232. Windows color (decimal): -11526325 or 4923216. OLE color: 4923216.

HSL color Cylindrical-coordinate representation of color #501F4B: hue angle of 306.12º 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 #501F4B is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 75 -
CMYK 0 0.61 0.06 0.69
HSL 306.12º 0.44% 0.22% -
HSV(B) 306.12º 0.61% 0.31% -
XYZ 5.07 3.19 7.01 -
YUV 50.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 80 31 75 0 0.61 0.06 0.69 306.12 0.44 0.22
Hex 50 1F 4B 0 3D 6 45 132 2C 16
Octal 120 37 113 0 75 6 105 462 54 26
Binary 1010000 11111 1001011 0 111101 110 1000101 100110010 101100 10110

Color Harmonies of #501F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F4B

Black with #501F4B

Text Example


Text Example

White with #501F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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