Html Css Color HEX #501546 Loulou

📋 copy color: '#501546'

red 80 ◦ green 21 ◦ blue 70

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

Shades of Loulou #501546

Tints of Loulou #501546

RGB

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

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

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

R = 46.78%
G = 12.28%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#501546 (or 0x501546) is known color: Loulou. HEX triplet: 50, 15 and 46. RGB value is (80,21,70). Sum of RGB (Red+Green+Blue) = 80+21+70=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501546 is #AFEAB9. Grayscale: #2C2C2C. Windows color (decimal): -11528890 or 4592976. OLE color: 4592976.

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

Color convert

RGB 80 21 70 -
CMYK 0 0.74 0.12 0.69
HSL 310.17º 0.58% 0.2% -
HSV(B) 310.17º 0.74% 0.31% -
XYZ 4.68 2.68 6.07 -
YUV 44.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 80 21 70 0 0.74 0.12 0.69 310.17 0.58 0.2
Hex 50 15 46 0 4A C 45 136 3A 14
Octal 120 25 106 0 112 14 105 466 72 24
Binary 1010000 10101 1000110 0 1001010 1100 1000101 100110110 111010 10100

Color Harmonies of #501546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501546

Black with #501546

Text Example


Text Example

White with #501546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501546; }

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

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

background-color css

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

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

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

border-color css

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

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

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