Html Css Color HEX #50264A Loulou

📋 copy color: '#50264A'

red 80 ◦ green 38 ◦ blue 74

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

Shades of Loulou #50264A

Tints of Loulou #50264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 41.67%
G = 19.79%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50264A (or 0x50264A) is known color: Loulou. HEX triplet: 50, 26 and 4A. RGB value is (80,38,74). Sum of RGB (Red+Green+Blue) = 80+38+74=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50264A is #AFD9B5. Grayscale: #363636. Windows color (decimal): -11524534 or 4859472. OLE color: 4859472.

HSL color Cylindrical-coordinate representation of color #50264A: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50264A is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 74 -
CMYK 0 0.52 0.08 0.69
HSL 308.57º 0.36% 0.23% -
HSV(B) 308.57º 0.53% 0.31% -
XYZ 5.24 3.59 6.89 -
YUV 54.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 80 38 74 0 0.52 0.08 0.69 308.57 0.36 0.23
Hex 50 26 4A 0 34 8 45 135 24 17
Octal 120 46 112 0 64 10 105 465 44 27
Binary 1010000 100110 1001010 0 110100 1000 1000101 100110101 100100 10111

Color Harmonies of #50264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50264A

Black with #50264A

Text Example


Text Example

White with #50264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50264A; }

 p { color: rgb(80,38,74); }

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

background-color css

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

 a { background-color: rgb(80,38,74); }

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

border-color css

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

 span { border-color: rgb(80,38,74); }

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