Html Css Color HEX #50224B Loulou

📋 copy color: '#50224B'

red 80 ◦ green 34 ◦ blue 75

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

Shades of Loulou #50224B

Tints of Loulou #50224B

RGB

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

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

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

R = 42.33%
G = 17.99%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50224B (or 0x50224B) is known color: Loulou. HEX triplet: 50, 22 and 4B. RGB value is (80,34,75). Sum of RGB (Red+Green+Blue) = 80+34+75=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #50224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50224B is #AFDDB4. Grayscale: #343434. Windows color (decimal): -11525557 or 4923984. OLE color: 4923984.

HSL color Cylindrical-coordinate representation of color #50224B: hue angle of 306.52º 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 #50224B is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 75 -
CMYK 0 0.58 0.06 0.69
HSL 306.52º 0.4% 0.22% -
HSV(B) 306.52º 0.58% 0.31% -
XYZ 5.15 3.36 7.03 -
YUV 52.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 80 34 75 0 0.58 0.06 0.69 306.52 0.4 0.22
Hex 50 22 4B 0 3A 6 45 133 28 16
Octal 120 42 113 0 72 6 105 463 50 26
Binary 1010000 100010 1001011 0 111010 110 1000101 100110011 101000 10110

Color Harmonies of #50224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50224B

Black with #50224B

Text Example


Text Example

White with #50224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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