Html Css Color HEX #50244B Loulou

📋 copy color: '#50244B'

red 80 ◦ green 36 ◦ blue 75

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

Shades of Loulou #50244B

Tints of Loulou #50244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 41.88%
G = 18.85%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50244B (or 0x50244B) is known color: Loulou. HEX triplet: 50, 24 and 4B. RGB value is (80,36,75). Sum of RGB (Red+Green+Blue) = 80+36+75=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50244B is #AFDBB4. Grayscale: #353535. Windows color (decimal): -11525045 or 4924496. OLE color: 4924496.

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

Color convert

RGB 80 36 75 -
CMYK 0 0.55 0.06 0.69
HSL 306.82º 0.38% 0.23% -
HSV(B) 306.82º 0.55% 0.31% -
XYZ 5.21 3.48 7.05 -
YUV 53.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 80 36 75 0 0.55 0.06 0.69 306.82 0.38 0.23
Hex 50 24 4B 0 37 6 45 133 26 17
Octal 120 44 113 0 67 6 105 463 46 27
Binary 1010000 100100 1001011 0 110111 110 1000101 100110011 100110 10111

Color Harmonies of #50244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50244B

Black with #50244B

Text Example


Text Example

White with #50244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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