Html Css Color HEX #50194B Loulou

📋 copy color: '#50194B'

red 80 ◦ green 25 ◦ blue 75

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

Shades of Loulou #50194B

Tints of Loulou #50194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 44.44%
G = 13.89%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50194B (or 0x50194B) is known color: Loulou. HEX triplet: 50, 19 and 4B. RGB value is (80,25,75). Sum of RGB (Red+Green+Blue) = 80+25+75=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50194B is #AFE6B4. Grayscale: #2F2F2F. Windows color (decimal): -11527861 or 4921680. OLE color: 4921680.

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

Color convert

RGB 80 25 75 -
CMYK 0 0.69 0.06 0.69
HSL 305.45º 0.52% 0.21% -
HSV(B) 305.45º 0.69% 0.31% -
XYZ 4.93 2.91 6.96 -
YUV 47.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 80 25 75 0 0.69 0.06 0.69 305.45 0.52 0.21
Hex 50 19 4B 0 45 6 45 131 34 15
Octal 120 31 113 0 105 6 105 461 64 25
Binary 1010000 11001 1001011 0 1000101 110 1000101 100110001 110100 10101

Color Harmonies of #50194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50194B

Black with #50194B

Text Example


Text Example

White with #50194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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