Html Css Color HEX #502A47 Loulou

📋 copy color: '#502A47'

red 80 ◦ green 42 ◦ blue 71

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

Shades of Loulou #502A47

Tints of Loulou #502A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.76%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 41.45%
G = 21.76%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#502A47 (or 0x502A47) is known color: Loulou. HEX triplet: 50, 2A and 47. RGB value is (80,42,71). Sum of RGB (Red+Green+Blue) = 80+42+71=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A47 is #AFD5B8. Grayscale: #383838. Windows color (decimal): -11523513 or 4663888. OLE color: 4663888.

HSL color Cylindrical-coordinate representation of color #502A47: hue angle of 314.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A47 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 71 -
CMYK 0 0.48 0.11 0.69
HSL 314.21º 0.31% 0.24% -
HSV(B) 314.21º 0.48% 0.31% -
XYZ 5.27 3.82 6.42 -
YUV 56.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 80 42 71 0 0.48 0.11 0.69 314.21 0.31 0.24
Hex 50 2A 47 0 30 B 45 13A 1F 18
Octal 120 52 107 0 60 13 105 472 37 30
Binary 1010000 101010 1000111 0 110000 1011 1000101 100111010 11111 11000

Color Harmonies of #502A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A47

Black with #502A47

Text Example


Text Example

White with #502A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A47; }

 p { color: rgb(80,42,71); }

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

background-color css

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

 a { background-color: rgb(80,42,71); }

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

border-color css

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

 span { border-color: rgb(80,42,71); }

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