Html Css Color HEX #501846 Loulou

📋 copy color: '#501846'

red 80 ◦ green 24 ◦ blue 70

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

Shades of Loulou #501846

Tints of Loulou #501846

RGB

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

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

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

R = 45.98%
G = 13.79%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#501846 (or 0x501846) is known color: Loulou. HEX triplet: 50, 18 and 46. RGB value is (80,24,70). Sum of RGB (Red+Green+Blue) = 80+24+70=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501846 is #AFE7B9. Grayscale: #2D2D2D. Windows color (decimal): -11528122 or 4593744. OLE color: 4593744.

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

Color convert

RGB 80 24 70 -
CMYK 0 0.70 0.12 0.69
HSL 310.71º 0.54% 0.2% -
HSV(B) 310.71º 0.7% 0.31% -
XYZ 4.74 2.8 6.09 -
YUV 45.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 80 24 70 0 0.70 0.12 0.69 310.71 0.54 0.2
Hex 50 18 46 0 46 C 45 137 36 14
Octal 120 30 106 0 106 14 105 467 66 24
Binary 1010000 11000 1000110 0 1000110 1100 1000101 100110111 110110 10100

Color Harmonies of #501846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501846

Black with #501846

Text Example


Text Example

White with #501846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501846; }

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

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

background-color css

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

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

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

border-color css

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

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

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