Html Css Color HEX #501246 Loulou

📋 copy color: '#501246'

red 80 ◦ green 18 ◦ blue 70

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

Shades of Loulou #501246

Tints of Loulou #501246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 47.62%
G = 10.71%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#501246 (or 0x501246) is known color: Loulou. HEX triplet: 50, 12 and 46. RGB value is (80,18,70). Sum of RGB (Red+Green+Blue) = 80+18+70=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501246 is #AFEDB9. Grayscale: #2A2A2A. Windows color (decimal): -11529658 or 4592208. OLE color: 4592208.

HSL color Cylindrical-coordinate representation of color #501246: hue angle of 309.68º 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 #501246 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 70 -
CMYK 0 0.78 0.12 0.69
HSL 309.68º 0.63% 0.19% -
HSV(B) 309.68º 0.78% 0.31% -
XYZ 4.63 2.58 6.05 -
YUV 42.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 80 18 70 0 0.78 0.12 0.69 309.68 0.63 0.19
Hex 50 12 46 0 4E C 45 136 3F 13
Octal 120 22 106 0 116 14 105 466 77 23
Binary 1010000 10010 1000110 0 1001110 1100 1000101 100110110 111111 10011

Color Harmonies of #501246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501246

Black with #501246

Text Example


Text Example

White with #501246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501246; }

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

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

background-color css

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

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

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

border-color css

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

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

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