Html Css Color HEX #502548 Loulou

📋 copy color: '#502548'

red 80 ◦ green 37 ◦ blue 72

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

Shades of Loulou #502548

Tints of Loulou #502548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 42.33%
G = 19.58%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502548 (or 0x502548) is known color: Loulou. HEX triplet: 50, 25 and 48. RGB value is (80,37,72). Sum of RGB (Red+Green+Blue) = 80+37+72=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502548 is #AFDAB7. Grayscale: #353535. Windows color (decimal): -11524792 or 4728144. OLE color: 4728144.

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

Color convert

RGB 80 37 72 -
CMYK 0 0.54 0.10 0.69
HSL 311.16º 0.37% 0.23% -
HSV(B) 311.16º 0.54% 0.31% -
XYZ 5.14 3.5 6.53 -
YUV 53.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 80 37 72 0 0.54 0.10 0.69 311.16 0.37 0.23
Hex 50 25 48 0 36 A 45 137 25 17
Octal 120 45 110 0 66 12 105 467 45 27
Binary 1010000 100101 1001000 0 110110 1010 1000101 100110111 100101 10111

Color Harmonies of #502548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502548

Black with #502548

Text Example


Text Example

White with #502548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502548; }

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

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

background-color css

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

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

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

border-color css

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

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

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