Html Css Color HEX #501248 Loulou

📋 copy color: '#501248'

red 80 ◦ green 18 ◦ blue 72

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

Shades of Loulou #501248

Tints of Loulou #501248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 47.06%
G = 10.59%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501248 (or 0x501248) is known color: Loulou. HEX triplet: 50, 12 and 48. RGB value is (80,18,72). Sum of RGB (Red+Green+Blue) = 80+18+72=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501248 is #AFEDB7. Grayscale: #2A2A2A. Windows color (decimal): -11529656 or 4723280. OLE color: 4723280.

HSL color Cylindrical-coordinate representation of color #501248: hue angle of 307.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501248 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 72 -
CMYK 0 0.78 0.10 0.69
HSL 307.74º 0.63% 0.19% -
HSV(B) 307.74º 0.78% 0.31% -
XYZ 4.69 2.61 6.39 -
YUV 42.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 80 18 72 0 0.78 0.10 0.69 307.74 0.63 0.19
Hex 50 12 48 0 4E A 45 134 3F 13
Octal 120 22 110 0 116 12 105 464 77 23
Binary 1010000 10010 1001000 0 1001110 1010 1000101 100110100 111111 10011

Color Harmonies of #501248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501248

Black with #501248

Text Example


Text Example

White with #501248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501248; }

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

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

background-color css

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

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

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

border-color css

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

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

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