Html Css Color HEX #501844 Loulou

📋 copy color: '#501844'

red 80 ◦ green 24 ◦ blue 68

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

Shades of Loulou #501844

Tints of Loulou #501844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

 BLUE value IS 68 (26.95% from 255) = 39.53%

R = 46.51%
G = 13.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#501844 (or 0x501844) is known color: Loulou. HEX triplet: 50, 18 and 44. RGB value is (80,24,68). Sum of RGB (Red+Green+Blue) = 80+24+68=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501844 is #AFE7BB. Grayscale: #2D2D2D. Windows color (decimal): -11528124 or 4462672. OLE color: 4462672.

HSL color Cylindrical-coordinate representation of color #501844: hue angle of 312.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501844 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 68 -
CMYK 0 0.70 0.15 0.69
HSL 312.86º 0.54% 0.2% -
HSV(B) 312.86º 0.7% 0.31% -
XYZ 4.68 2.78 5.76 -
YUV 45.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 80 24 68 0 0.70 0.15 0.69 312.86 0.54 0.2
Hex 50 18 44 0 46 F 45 139 36 14
Octal 120 30 104 0 106 17 105 471 66 24
Binary 1010000 11000 1000100 0 1000110 1111 1000101 100111001 110110 10100

Color Harmonies of #501844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501844

Black with #501844

Text Example


Text Example

White with #501844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501844; }

 p { color: rgb(80,24,68); }

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

background-color css

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

 a { background-color: rgb(80,24,68); }

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

border-color css

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

 span { border-color: rgb(80,24,68); }

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