Html Css Color HEX #50294B Loulou

📋 copy color: '#50294B'

red 80 ◦ green 41 ◦ blue 75

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

Shades of Loulou #50294B

Tints of Loulou #50294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 40.82%
G = 20.92%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50294B (or 0x50294B) is known color: Loulou. HEX triplet: 50, 29 and 4B. RGB value is (80,41,75). Sum of RGB (Red+Green+Blue) = 80+41+75=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50294B is #AFD6B4. Grayscale: #383838. Windows color (decimal): -11523765 or 4925776. OLE color: 4925776.

HSL color Cylindrical-coordinate representation of color #50294B: hue angle of 307.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50294B is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 75 -
CMYK 0 0.49 0.06 0.69
HSL 307.69º 0.32% 0.24% -
HSV(B) 307.69º 0.49% 0.31% -
XYZ 5.37 3.8 7.11 -
YUV 56.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 80 41 75 0 0.49 0.06 0.69 307.69 0.32 0.24
Hex 50 29 4B 0 31 6 45 134 20 18
Octal 120 51 113 0 61 6 105 464 40 30
Binary 1010000 101001 1001011 0 110001 110 1000101 100110100 100000 11000

Color Harmonies of #50294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50294B

Black with #50294B

Text Example


Text Example

White with #50294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50294B; }

 p { color: rgb(80,41,75); }

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

background-color css

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

 a { background-color: rgb(80,41,75); }

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

border-color css

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

 span { border-color: rgb(80,41,75); }

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