Html Css Color HEX #501848 Loulou

📋 copy color: '#501848'

red 80 ◦ green 24 ◦ blue 72

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

Shades of Loulou #501848

Tints of Loulou #501848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 45.45%
G = 13.64%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501848 (or 0x501848) is known color: Loulou. HEX triplet: 50, 18 and 48. RGB value is (80,24,72). Sum of RGB (Red+Green+Blue) = 80+24+72=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501848 is #AFE7B7. Grayscale: #2E2E2E. Windows color (decimal): -11528120 or 4724816. OLE color: 4724816.

HSL color Cylindrical-coordinate representation of color #501848: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501848 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 72 -
CMYK 0 0.70 0.10 0.69
HSL 308.57º 0.54% 0.2% -
HSV(B) 308.57º 0.7% 0.31% -
XYZ 4.8 2.83 6.42 -
YUV 46.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 80 24 72 0 0.70 0.10 0.69 308.57 0.54 0.2
Hex 50 18 48 0 46 A 45 135 36 14
Octal 120 30 110 0 106 12 105 465 66 24
Binary 1010000 11000 1001000 0 1000110 1010 1000101 100110101 110110 10100

Color Harmonies of #501848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501848

Black with #501848

Text Example


Text Example

White with #501848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501848; }

 p { color: rgb(80,24,72); }

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

background-color css

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

 a { background-color: rgb(80,24,72); }

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

border-color css

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

 span { border-color: rgb(80,24,72); }

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