Html Css Color HEX #501544 Loulou

📋 copy color: '#501544'

red 80 ◦ green 21 ◦ blue 68

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

Shades of Loulou #501544

Tints of Loulou #501544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 47.34%
G = 12.43%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#501544 (or 0x501544) is known color: Loulou. HEX triplet: 50, 15 and 44. RGB value is (80,21,68). Sum of RGB (Red+Green+Blue) = 80+21+68=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501544 is #AFEABB. Grayscale: #2B2B2B. Windows color (decimal): -11528892 or 4461904. OLE color: 4461904.

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

Color convert

RGB 80 21 68 -
CMYK 0 0.74 0.15 0.69
HSL 312.2º 0.58% 0.2% -
HSV(B) 312.2º 0.74% 0.31% -
XYZ 4.62 2.66 5.74 -
YUV 44 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 80 21 68 0 0.74 0.15 0.69 312.2 0.58 0.2
Hex 50 15 44 0 4A F 45 138 3A 14
Octal 120 25 104 0 112 17 105 470 72 24
Binary 1010000 10101 1000100 0 1001010 1111 1000101 100111000 111010 10100

Color Harmonies of #501544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501544

Black with #501544

Text Example


Text Example

White with #501544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501544; }

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

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

background-color css

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

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

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

border-color css

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

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

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