Html Css Color HEX #501947 Loulou

📋 copy color: '#501947'

red 80 ◦ green 25 ◦ blue 71

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

Shades of Loulou #501947

Tints of Loulou #501947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 71 (28.13% from 255) = 40.34%

R = 45.45%
G = 14.2%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501947 (or 0x501947) is known color: Loulou. HEX triplet: 50, 19 and 47. RGB value is (80,25,71). Sum of RGB (Red+Green+Blue) = 80+25+71=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501947 is #AFE6B8. Grayscale: #2E2E2E. Windows color (decimal): -11527865 or 4659536. OLE color: 4659536.

HSL color Cylindrical-coordinate representation of color #501947: hue angle of 309.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501947 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 71 -
CMYK 0 0.69 0.11 0.69
HSL 309.82º 0.52% 0.21% -
HSV(B) 309.82º 0.69% 0.31% -
XYZ 4.79 2.86 6.26 -
YUV 46.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 80 25 71 0 0.69 0.11 0.69 309.82 0.52 0.21
Hex 50 19 47 0 45 B 45 136 34 15
Octal 120 31 107 0 105 13 105 466 64 25
Binary 1010000 11001 1000111 0 1000101 1011 1000101 100110110 110100 10101

Color Harmonies of #501947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501947

Black with #501947

Text Example


Text Example

White with #501947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501947; }

 p { color: rgb(80,25,71); }

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

background-color css

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

 a { background-color: rgb(80,25,71); }

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

border-color css

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

 span { border-color: rgb(80,25,71); }

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