Html Css Color HEX #501648 Loulou

📋 copy color: '#501648'

red 80 ◦ green 22 ◦ blue 72

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

Shades of Loulou #501648

Tints of Loulou #501648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 45.98%
G = 12.64%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501648 (or 0x501648) is known color: Loulou. HEX triplet: 50, 16 and 48. RGB value is (80,22,72). Sum of RGB (Red+Green+Blue) = 80+22+72=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501648 is #AFE9B7. Grayscale: #2C2C2C. Windows color (decimal): -11528632 or 4724304. OLE color: 4724304.

HSL color Cylindrical-coordinate representation of color #501648: hue angle of 308.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501648 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 72 -
CMYK 0 0.72 0.10 0.69
HSL 308.28º 0.57% 0.2% -
HSV(B) 308.28º 0.73% 0.31% -
XYZ 4.76 2.75 6.41 -
YUV 45.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 80 22 72 0 0.72 0.10 0.69 308.28 0.57 0.2
Hex 50 16 48 0 48 A 45 134 39 14
Octal 120 26 110 0 110 12 105 464 71 24
Binary 1010000 10110 1001000 0 1001000 1010 1000101 100110100 111001 10100

Color Harmonies of #501648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501648

Black with #501648

Text Example


Text Example

White with #501648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501648; }

 p { color: rgb(80,22,72); }

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

background-color css

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

 a { background-color: rgb(80,22,72); }

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

border-color css

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

 span { border-color: rgb(80,22,72); }

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