Html Css Color HEX #50224A Loulou

📋 copy color: '#50224A'

red 80 ◦ green 34 ◦ blue 74

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

Shades of Loulou #50224A

Tints of Loulou #50224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 42.55%
G = 18.09%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50224A (or 0x50224A) is known color: Loulou. HEX triplet: 50, 22 and 4A. RGB value is (80,34,74). Sum of RGB (Red+Green+Blue) = 80+34+74=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50224A is #AFDDB5. Grayscale: #343434. Windows color (decimal): -11525558 or 4858448. OLE color: 4858448.

HSL color Cylindrical-coordinate representation of color #50224A: hue angle of 307.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50224A is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 74 -
CMYK 0 0.58 0.08 0.69
HSL 307.83º 0.4% 0.22% -
HSV(B) 307.83º 0.58% 0.31% -
XYZ 5.12 3.34 6.85 -
YUV 52.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 80 34 74 0 0.58 0.08 0.69 307.83 0.4 0.22
Hex 50 22 4A 0 3A 8 45 134 28 16
Octal 120 42 112 0 72 10 105 464 50 26
Binary 1010000 100010 1001010 0 111010 1000 1000101 100110100 101000 10110

Color Harmonies of #50224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50224A

Black with #50224A

Text Example


Text Example

White with #50224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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