Html Css Color HEX #502847 Loulou

📋 copy color: '#502847'

red 80 ◦ green 40 ◦ blue 71

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

Shades of Loulou #502847

Tints of Loulou #502847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 41.88%
G = 20.94%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#502847 (or 0x502847) is known color: Loulou. HEX triplet: 50, 28 and 47. RGB value is (80,40,71). Sum of RGB (Red+Green+Blue) = 80+40+71=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502847 is #AFD7B8. Grayscale: #373737. Windows color (decimal): -11524025 or 4663376. OLE color: 4663376.

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

Color convert

RGB 80 40 71 -
CMYK 0 0.5 0.11 0.69
HSL 313.5º 0.33% 0.24% -
HSV(B) 313.5º 0.5% 0.31% -
XYZ 5.2 3.68 6.4 -
YUV 55.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 80 40 71 0 0.5 0.11 0.69 313.5 0.33 0.24
Hex 50 28 47 0 32 B 45 13A 21 18
Octal 120 50 107 0 62 13 105 472 41 30
Binary 1010000 101000 1000111 0 110010 1011 1000101 100111010 100001 11000

Color Harmonies of #502847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502847

Black with #502847

Text Example


Text Example

White with #502847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502847; }

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

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

background-color css

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

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

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

border-color css

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

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

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