Html Css Color HEX #502541 Loulou

📋 copy color: '#502541'

red 80 ◦ green 37 ◦ blue 65

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

Shades of Loulou #502541

Tints of Loulou #502541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 43.96%
G = 20.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502541 (or 0x502541) is known color: Loulou. HEX triplet: 50, 25 and 41. RGB value is (80,37,65). Sum of RGB (Red+Green+Blue) = 80+37+65=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #502541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502541 is #AFDABE. Grayscale: #343434. Windows color (decimal): -11524799 or 4269392. OLE color: 4269392.

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

Color convert

RGB 80 37 65 -
CMYK 0 0.54 0.19 0.69
HSL 320.93º 0.37% 0.23% -
HSV(B) 320.93º 0.54% 0.31% -
XYZ 4.92 3.41 5.4 -
YUV 53.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 80 37 65 0 0.54 0.19 0.69 320.93 0.37 0.23
Hex 50 25 41 0 36 13 45 141 25 17
Octal 120 45 101 0 66 23 105 501 45 27
Binary 1010000 100101 1000001 0 110110 10011 1000101 101000001 100101 10111

Color Harmonies of #502541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502541

Black with #502541

Text Example


Text Example

White with #502541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502541; }

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

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

background-color css

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

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

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

border-color css

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

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

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