Html Css Color HEX #502547 Loulou

📋 copy color: '#502547'

red 80 ◦ green 37 ◦ blue 71

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

Shades of Loulou #502547

Tints of Loulou #502547

RGB

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

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

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

R = 42.55%
G = 19.68%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#502547 (or 0x502547) is known color: Loulou. HEX triplet: 50, 25 and 47. RGB value is (80,37,71). Sum of RGB (Red+Green+Blue) = 80+37+71=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502547 is #AFDAB8. Grayscale: #353535. Windows color (decimal): -11524793 or 4662608. OLE color: 4662608.

HSL color Cylindrical-coordinate representation of color #502547: hue angle of 312.56º 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 #502547 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 71 -
CMYK 0 0.54 0.11 0.69
HSL 312.56º 0.37% 0.23% -
HSV(B) 312.56º 0.54% 0.31% -
XYZ 5.11 3.48 6.36 -
YUV 53.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 80 37 71 0 0.54 0.11 0.69 312.56 0.37 0.23
Hex 50 25 47 0 36 B 45 139 25 17
Octal 120 45 107 0 66 13 105 471 45 27
Binary 1010000 100101 1000111 0 110110 1011 1000101 100111001 100101 10111

Color Harmonies of #502547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502547

Black with #502547

Text Example


Text Example

White with #502547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502547; }

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

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

background-color css

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

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

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

border-color css

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

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

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